ARM: Merge for-2635-4/watchdog
[cascardo/linux.git] / net / bridge / br_sysfs_if.c
index 696596c..0b99164 100644 (file)
@@ -238,7 +238,7 @@ static ssize_t brport_store(struct kobject * kobj,
        return ret;
 }
 
-struct sysfs_ops brport_sysfs_ops = {
+const struct sysfs_ops brport_sysfs_ops = {
        .show = brport_show,
        .store = brport_store,
 };