const: mark remaining super_operations const
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / oprofile / oprofilefs.c
index b7e4cee24269a2e0a11b66833c6734dcf6f6a959..2766a6d3c2e9c8fe2f7ab2a2d1f3457275693f80 100644 (file)
@@ -35,7 +35,7 @@ static struct inode *oprofilefs_get_inode(struct super_block *sb, int mode)
 }
 
 
-static struct super_operations s_ops = {
+static const struct super_operations s_ops = {
        .statfs         = simple_statfs,
        .drop_inode     = generic_delete_inode,
 };