diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 94cc77cd3aa3..e7913ee5581c 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -540,6 +540,9 @@ struct net_device | |||
540 | struct device dev; | 540 | struct device dev; |
541 | /* space for optional statistics and wireless sysfs groups */ | 541 | /* space for optional statistics and wireless sysfs groups */ |
542 | struct attribute_group *sysfs_groups[3]; | 542 | struct attribute_group *sysfs_groups[3]; |
543 | |||
544 | /* rtnetlink link ops */ | ||
545 | const struct rtnl_link_ops *rtnl_link_ops; | ||
543 | }; | 546 | }; |
544 | #define to_net_dev(d) container_of(d, struct net_device, dev) | 547 | #define to_net_dev(d) container_of(d, struct net_device, dev) |
545 | 548 | ||