Commit 60481264 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[NET]: make net/core/dev.c:netdev_nit static

netdev_nit can now become static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f54d9e8d
...@@ -699,7 +699,6 @@ extern int dev_hard_start_xmit(struct sk_buff *skb, ...@@ -699,7 +699,6 @@ extern int dev_hard_start_xmit(struct sk_buff *skb,
extern void dev_init(void); extern void dev_init(void);
extern int netdev_nit;
extern int netdev_budget; extern int netdev_budget;
/* Called by rtnetlink.c:rtnl_unlock() */ /* Called by rtnetlink.c:rtnl_unlock() */
......
...@@ -230,7 +230,7 @@ extern void netdev_unregister_sysfs(struct net_device *); ...@@ -230,7 +230,7 @@ extern void netdev_unregister_sysfs(struct net_device *);
* For efficiency * For efficiency
*/ */
int netdev_nit; static int netdev_nit;
/* /*
* Add a protocol ID to the list. Now that the input handler is * Add a protocol ID to the list. Now that the input handler is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment