[NET]: Make code static.
This patch makes needlessly global code static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
e6242e928e
commit
8ce11e6a9f
@ -60,7 +60,7 @@ struct cipso_v4_domhsh_entry {
|
||||
* if in practice there are a lot of different DOIs this list should
|
||||
* probably be turned into a hash table or something similar so we
|
||||
* can do quick lookups. */
|
||||
DEFINE_SPINLOCK(cipso_v4_doi_list_lock);
|
||||
static DEFINE_SPINLOCK(cipso_v4_doi_list_lock);
|
||||
static struct list_head cipso_v4_doi_list = LIST_HEAD_INIT(cipso_v4_doi_list);
|
||||
|
||||
/* Label mapping cache */
|
||||
|
Reference in New Issue
Block a user