diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 9060f5f3517a..981a089d5149 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -865,8 +865,8 @@ struct net_device | |||
865 | #ifdef CONFIG_NET_POLL_CONTROLLER | 865 | #ifdef CONFIG_NET_POLL_CONTROLLER |
866 | void (*poll_controller)(struct net_device *dev); | 866 | void (*poll_controller)(struct net_device *dev); |
867 | #endif | 867 | #endif |
868 | #endif | ||
869 | }; | 868 | }; |
869 | #endif | ||
870 | }; | 870 | }; |
871 | #define to_net_dev(d) container_of(d, struct net_device, dev) | 871 | #define to_net_dev(d) container_of(d, struct net_device, dev) |
872 | 872 | ||
@@ -1780,6 +1780,8 @@ extern void netdev_features_change(struct net_device *dev); | |||
1780 | /* Load a device via the kmod */ | 1780 | /* Load a device via the kmod */ |
1781 | extern void dev_load(struct net *net, const char *name); | 1781 | extern void dev_load(struct net *net, const char *name); |
1782 | extern void dev_mcast_init(void); | 1782 | extern void dev_mcast_init(void); |
1783 | extern const struct net_device_stats *dev_get_stats(struct net_device *dev); | ||
1784 | |||
1783 | extern int netdev_max_backlog; | 1785 | extern int netdev_max_backlog; |
1784 | extern int weight_p; | 1786 | extern int weight_p; |
1785 | extern int netdev_set_master(struct net_device *dev, struct net_device *master); | 1787 | extern int netdev_set_master(struct net_device *dev, struct net_device *master); |