]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/shmem.c
[MTD] [NOR] Fix incorrect interface code for x16/x32 chips
[linux-2.6-omap-h63xx.git] / mm / shmem.c
index 9dd219e6e059b538d2055cfbf8a9a27374cac7e8..404e53bb212764f8a6ab7f5bf688c54d4d4c9d06 100644 (file)
@@ -2071,7 +2071,7 @@ static int shmem_encode_fh(struct dentry *dentry, __u32 *fh, int *len,
        return 1;
 }
 
-static struct export_operations shmem_export_ops = {
+static const struct export_operations shmem_export_ops = {
        .get_parent     = shmem_get_parent,
        .encode_fh      = shmem_encode_fh,
        .fh_to_dentry   = shmem_fh_to_dentry,