[PATCH] mark struct file_operations const 2
[powerpc.git] / arch / powerpc / platforms / iseries / mf.c
index 90d3d49..b1187d9 100644 (file)
@@ -1224,7 +1224,7 @@ out:
        return rc;
 }
 
-static struct file_operations proc_vmlinux_operations = {
+static const struct file_operations proc_vmlinux_operations = {
        .write          = proc_mf_change_vmlinux,
 };