X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=fs%2F9p%2Fvfs_addr.c;fp=fs%2F9p%2Fvfs_addr.c;h=9dfd259a70b477c4f0bb67d33c4ed2311fde405c;hp=efda46fb64d9e5a0bacaa14ead4f0414e04b07f6;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57 diff --git a/fs/9p/vfs_addr.c b/fs/9p/vfs_addr.c index efda46fb6..9dfd259a7 100644 --- a/fs/9p/vfs_addr.c +++ b/fs/9p/vfs_addr.c @@ -31,7 +31,6 @@ #include #include #include -#include #include #include @@ -103,6 +102,6 @@ UnmapAndUnlock: return retval; } -struct address_space_operations v9fs_addr_operations = { +const struct address_space_operations v9fs_addr_operations = { .readpage = v9fs_vfs_readpage, };