datapath: Fix compiler warning on older kernel.
[sliver-openvswitch.git] / datapath / dp_sysfs.h
index 20a5548..49af58a 100644 (file)
@@ -21,7 +21,7 @@ int dp_sysfs_add_if(struct vport *p);
 int dp_sysfs_del_if(struct vport *p);
 
 #ifdef CONFIG_SYSFS
-extern const struct sysfs_ops brport_sysfs_ops;
+extern struct sysfs_ops brport_sysfs_ops;
 #endif
 
 #endif /* dp_sysfs.h */