Loading include/linux/netdevice.h +0 −1 Original line number Diff line number Diff line Loading @@ -699,7 +699,6 @@ extern int dev_hard_start_xmit(struct sk_buff *skb, extern void dev_init(void); extern int netdev_nit; extern int netdev_budget; /* Called by rtnetlink.c:rtnl_unlock() */ Loading net/core/dev.c +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ extern void netdev_unregister_sysfs(struct net_device *); * For efficiency */ int netdev_nit; static int netdev_nit; /* * Add a protocol ID to the list. Now that the input handler is Loading Loading
include/linux/netdevice.h +0 −1 Original line number Diff line number Diff line Loading @@ -699,7 +699,6 @@ extern int dev_hard_start_xmit(struct sk_buff *skb, extern void dev_init(void); extern int netdev_nit; extern int netdev_budget; /* Called by rtnetlink.c:rtnl_unlock() */ Loading
net/core/dev.c +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ extern void netdev_unregister_sysfs(struct net_device *); * For efficiency */ int netdev_nit; static int netdev_nit; /* * Add a protocol ID to the list. Now that the input handler is Loading