X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Framfs%2Ffile-nommu.c;h=f443a84b98a5a300b21fbf298f7aa2587e6e83eb;hb=4e2fd495b520b51e4ba83340f13520b7f07e3743;hp=b1ca234068f67173816c51c49bceecfe2c66bed9;hpb=1c2e02750b992703a8a18634e08b04353face243;p=powerpc.git diff --git a/fs/ramfs/file-nommu.c b/fs/ramfs/file-nommu.c index b1ca234068..f443a84b98 100644 --- a/fs/ramfs/file-nommu.c +++ b/fs/ramfs/file-nommu.c @@ -33,7 +33,7 @@ struct address_space_operations ramfs_aops = { .commit_write = simple_commit_write }; -struct file_operations ramfs_file_operations = { +const struct file_operations ramfs_file_operations = { .mmap = ramfs_nommu_mmap, .get_unmapped_area = ramfs_nommu_get_unmapped_area, .read = generic_file_read,