[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / include / linux / proc_fs.h
index 6d03d025fcd560fc7e3cf2174b47adafe9e6d909..135871df991103b661eb5e78e0c0c30084fc278d 100644 (file)
@@ -128,9 +128,9 @@ extern int proc_match(int, const char *,struct proc_dir_entry *);
 extern int proc_readdir(struct file *, void *, filldir_t);
 extern struct dentry *proc_lookup(struct inode *, struct dentry *, struct nameidata *);
 
-extern struct file_operations proc_kcore_operations;
-extern struct file_operations proc_kmsg_operations;
-extern struct file_operations ppc_htab_operations;
+extern const struct file_operations proc_kcore_operations;
+extern const struct file_operations proc_kmsg_operations;
+extern const struct file_operations ppc_htab_operations;
 
 /*
  * proc_tty.c
This page took 0.026516 seconds and 5 git commands to generate.