X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=fs%2Framfs%2Finternal.h;h=c2bb58e74653351797d75c654b855b1fa72b4ed5;hb=ad451d389f46f699832da3e9ad95f610cb8c0fd2;hp=272c8a7120b031004386c00cbfbaa18eab62072c;hpb=115b2ce1c3b974e43e45fa6c9e20cd7271a01dff;p=linux-2.6-omap-h63xx.git diff --git a/fs/ramfs/internal.h b/fs/ramfs/internal.h index 272c8a7120b..c2bb58e7465 100644 --- a/fs/ramfs/internal.h +++ b/fs/ramfs/internal.h @@ -10,6 +10,6 @@ */ -extern struct address_space_operations ramfs_aops; -extern struct file_operations ramfs_file_operations; +extern const struct address_space_operations ramfs_aops; +extern const struct file_operations ramfs_file_operations; extern struct inode_operations ramfs_file_inode_operations;