From: Alexey Dobriyan arch/ppc/kernel/ppc_htab.c:55: error conflicting types for 'ppc_htab_operations' Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton --- arch/ppc/kernel/ppc_htab.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ppc/kernel/ppc_htab.c~mark-f_ops-const-in-the-inode-ppc-htab-fix arch/ppc/kernel/ppc_htab.c --- devel/arch/ppc/kernel/ppc_htab.c~mark-f_ops-const-in-the-inode-ppc-htab-fix 2006-01-25 11:15:09.000000000 -0800 +++ devel-akpm/arch/ppc/kernel/ppc_htab.c 2006-01-25 11:15:09.000000000 -0800 @@ -52,7 +52,7 @@ static int ppc_htab_open(struct inode *i return single_open(file, ppc_htab_show, NULL); } -struct file_operations ppc_htab_operations = { +const struct file_operations ppc_htab_operations = { .open = ppc_htab_open, .read = seq_read, .llseek = seq_lseek, _