aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2013-07-23 16:13:17 +0200
committerDavid S. Miller <davem@davemloft.net>2013-07-24 17:57:26 -0700
commit18afa4b028b46f8b45ca64f94aefe717c297b07d (patch)
tree9ef226f810b232cbfc1166340abf006b29c959f2 /net/core/dev.c
parenttcp: TCP_NOTSENT_LOWAT socket option (diff)
downloadlinux-dev-18afa4b028b46f8b45ca64f94aefe717c297b07d.tar.xz
linux-dev-18afa4b028b46f8b45ca64f94aefe717c297b07d.zip
net: Make devnet_rename_seq static
No users outside net/core/dev.c. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 26755dd40daa..dfd9f5d56ae0 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -174,7 +174,7 @@ static DEFINE_SPINLOCK(napi_hash_lock);
static unsigned int napi_gen_id;
static DEFINE_HASHTABLE(napi_hash, 8);
-seqcount_t devnet_rename_seq;
+static seqcount_t devnet_rename_seq;
static inline void dev_base_seq_inc(struct net *net)
{