X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Fproc_fs.h;h=135871df991103b661eb5e78e0c0c30084fc278d;hb=4b6f5d20b04dcbc3d888555522b90ba6d36c4106;hp=6d03d025fcd560fc7e3cf2174b47adafe9e6d909;hpb=99ac48f54a91d02140c497edc31dc57d4bc5c85d;p=deliverable%2Flinux.git diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 6d03d025fcd5..135871df9911 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -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