X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Framfs%2Finternal.h;h=af7cc074a47621af7d160786515dec5280697f3c;hb=b43035a5ec4deecd43019728ab9347df82dd121f;hp=272c8a7120b031004386c00cbfbaa18eab62072c;hpb=123656d4cc8c946f578ebd18c2050f5251720428;p=linux-2.6-omap-h63xx.git diff --git a/fs/ramfs/internal.h b/fs/ramfs/internal.h index 272c8a7120b..af7cc074a47 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 struct inode_operations ramfs_file_inode_operations; +extern const struct address_space_operations ramfs_aops; +extern const struct file_operations ramfs_file_operations; +extern const struct inode_operations ramfs_file_inode_operations;