const: mark remaining super_operations const
[linux-2.6-block.git] / drivers / usb / gadget / inode.c
index 7d33f50b5874bc683ed42db17aa87c8b59544035..c44367fea185822919231f87e16fcf9a6d994461 100644 (file)
@@ -2033,7 +2033,7 @@ gadgetfs_create_file (struct super_block *sb, char const *name,
        return inode;
 }
 
-static struct super_operations gadget_fs_operations = {
+static const struct super_operations gadget_fs_operations = {
        .statfs =       simple_statfs,
        .drop_inode =   generic_delete_inode,
 };