aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/netdevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 17e95e37aed9..c4fedf000541 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -2130,8 +2130,8 @@ extern void netdev_features_change(struct net_device *dev);
2130/* Load a device via the kmod */ 2130/* Load a device via the kmod */
2131extern void dev_load(struct net *net, const char *name); 2131extern void dev_load(struct net *net, const char *name);
2132extern void dev_mcast_init(void); 2132extern void dev_mcast_init(void);
2133extern const struct rtnl_link_stats64 *dev_get_stats(struct net_device *dev, 2133extern struct rtnl_link_stats64 *dev_get_stats(struct net_device *dev,
2134 struct rtnl_link_stats64 *storage); 2134 struct rtnl_link_stats64 *storage);
2135extern void dev_txq_stats_fold(const struct net_device *dev, 2135extern void dev_txq_stats_fold(const struct net_device *dev,
2136 struct rtnl_link_stats64 *stats); 2136 struct rtnl_link_stats64 *stats);
2137 2137