From: Adrian Bunk The patch below makes struct devpts_file_inode_operations in fs/devpts/inode.c static. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- /dev/null | 0 25-akpm/fs/devpts/inode.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/devpts/inode.c~devpts-inodec-make-one-struct-static-fwd fs/devpts/inode.c --- 25/fs/devpts/inode.c~devpts-inodec-make-one-struct-static-fwd Thu Dec 9 13:36:58 2004 +++ 25-akpm/fs/devpts/inode.c Thu Dec 9 13:36:58 2004 @@ -31,7 +31,7 @@ static struct xattr_handler *devpts_xatt NULL }; -struct inode_operations devpts_file_inode_operations = { +static struct inode_operations devpts_file_inode_operations = { #ifdef CONFIG_DEVPTS_FS_XATTR .setxattr = generic_setxattr, .getxattr = generic_getxattr, diff -L fs/devpts/inode.c.old -puN /dev/null /dev/null _