diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-25 23:58:10 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-06-25 23:58:10 -0700 |
commit | 6048126440dcb3ba01316f961465c0ff5a255dd1 (patch) | |
tree | b8a58f213f510d47ca6b2e122e026a7b4339793e /net | |
parent | f54d9e8d7f7dd60f26157c12acda3fc94fcd9ab7 (diff) | |
download | linux-3.10-6048126440dcb3ba01316f961465c0ff5a255dd1.tar.gz linux-3.10-6048126440dcb3ba01316f961465c0ff5a255dd1.tar.bz2 linux-3.10-6048126440dcb3ba01316f961465c0ff5a255dd1.zip |
[NET]: make net/core/dev.c:netdev_nit static
netdev_nit can now become static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index aa845490171..f1c52cbd6ef 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -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 |