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>
This commit is contained in:
committed by
David S. Miller
parent
c9bee3b7fd
commit
18afa4b028
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user