diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 94958c109761..b332eefebb1b 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -909,7 +909,7 @@ struct net_device | |||
909 | 909 | ||
910 | #ifdef CONFIG_DCB | 910 | #ifdef CONFIG_DCB |
911 | /* Data Center Bridging netlink ops */ | 911 | /* Data Center Bridging netlink ops */ |
912 | struct dcbnl_rtnl_ops *dcbnl_ops; | 912 | const struct dcbnl_rtnl_ops *dcbnl_ops; |
913 | #endif | 913 | #endif |
914 | 914 | ||
915 | #if defined(CONFIG_FCOE) || defined(CONFIG_FCOE_MODULE) | 915 | #if defined(CONFIG_FCOE) || defined(CONFIG_FCOE_MODULE) |