datapath: Fix compiler warning on older kernel.
[openvswitch] / datapath / dp_sysfs_if.c
index f969446c6a7427bd0e47853f8227684beb9ab9ca..42a59692a024915009626688d0cb76b7aa69f1b2 100644 (file)
@@ -192,7 +192,7 @@ static ssize_t brport_store(struct kobject *kobj,
        return ret;
 }
 
-const struct sysfs_ops brport_sysfs_ops = {
+struct sysfs_ops brport_sysfs_ops = {
        .show = brport_show,
        .store = brport_store,
 };