Merge ../linux-2.6
[safe/jmp/linux-2.6] / arch / ppc / kernel / ppc_htab.c
index eabac6c..75c6450 100644 (file)
@@ -52,7 +52,7 @@ static int ppc_htab_open(struct inode *inode, struct file *file)
        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,