]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/proc/internal.h
[PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entry
[linux-2.6-omap-h63xx.git] / fs / proc / internal.h
index 987c773dbb20a04f002ac03ae5f8ee522ba57cce..277dcd66ebe20eab6d87d1f99ab2b21aab8ddcf9 100644 (file)
@@ -38,13 +38,13 @@ extern int proc_tgid_stat(struct task_struct *, char *);
 extern int proc_pid_status(struct task_struct *, char *);
 extern int proc_pid_statm(struct task_struct *, char *);
 
-extern struct file_operations proc_maps_operations;
-extern struct file_operations proc_numa_maps_operations;
-extern struct file_operations proc_smaps_operations;
+extern const struct file_operations proc_maps_operations;
+extern const struct file_operations proc_numa_maps_operations;
+extern const struct file_operations proc_smaps_operations;
 
-extern struct file_operations proc_maps_operations;
-extern struct file_operations proc_numa_maps_operations;
-extern struct file_operations proc_smaps_operations;
+extern const struct file_operations proc_maps_operations;
+extern const struct file_operations proc_numa_maps_operations;
+extern const struct file_operations proc_smaps_operations;
 
 
 void free_proc_entry(struct proc_dir_entry *de);