aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/llc.h
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2014-01-03 09:19:51 -0800
committerDavid S. Miller <davem@davemloft.net>2014-01-03 20:56:48 -0500
commit5e419e68a6450da279e8add304629774133576a9 (patch)
treeee643a65864ba87216a0aba29552275922137062 /include/net/llc.h
parentsocket: cleanups (diff)
downloadlinux-dev-5e419e68a6450da279e8add304629774133576a9.tar.xz
linux-dev-5e419e68a6450da279e8add304629774133576a9.zip
llc: make lock static
The llc_sap_list_lock does not need to be global, only acquired in core. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/llc.h')
-rw-r--r--include/net/llc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/llc.h b/include/net/llc.h
index 68490cbc8a65..e8e61d4fb458 100644
--- a/include/net/llc.h
+++ b/include/net/llc.h
@@ -93,7 +93,6 @@ struct hlist_nulls_head *llc_sk_laddr_hash(struct llc_sap *sap,
#define LLC_DEST_CONN 2 /* Type 2 goes here */
extern struct list_head llc_sap_list;
-extern spinlock_t llc_sap_list_lock;
int llc_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
struct net_device *orig_dev);