]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/bridge/br_private.h
Driver core: Constify struct sysfs_ops in struct kobj_type
[mirror_ubuntu-artful-kernel.git] / net / bridge / br_private.h
index 1cf2cef7858483211f7913428f4ff872117e3dec..fef0384e3c0b78ad09074487200cb08747fc46b4 100644 (file)
@@ -423,7 +423,7 @@ extern void br_ifinfo_notify(int event, struct net_bridge_port *port);
 
 #ifdef CONFIG_SYSFS
 /* br_sysfs_if.c */
-extern struct sysfs_ops brport_sysfs_ops;
+extern const struct sysfs_ops brport_sysfs_ops;
 extern int br_sysfs_addif(struct net_bridge_port *p);
 
 /* br_sysfs_br.c */