aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.davemloft.net>2004-12-27 05:12:16 -0800
committerThomas Graf <tgraf@suug.ch>2004-12-27 05:12:16 -0800
commit71ba6a35eaa19c452f574e9e59de096b752505d3 (patch)
tree0638d814ddbd3a573032e1943082f7e64a6debd8 /net
parent57eec03cb5cd57d298c6ccb6dadadf8b788a79f6 (diff)
downloadhistory-71ba6a35eaa19c452f574e9e59de096b752505d3.tar.gz
[LLC]: llc_sap_list_lock really does need to be exported.
For the case where CONFIG_LLC2 is modular and thus llc_proc.c needs to get at this symbol. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/llc/llc_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/llc/llc_core.c b/net/llc/llc_core.c
index a2c30b8fb7e644..0b737bd77062a3 100644
--- a/net/llc/llc_core.c
+++ b/net/llc/llc_core.c
@@ -169,6 +169,7 @@ module_exit(llc_exit);
EXPORT_SYMBOL(llc_station_mac_sa);
EXPORT_SYMBOL(llc_sap_list);
+EXPORT_SYMBOL(llc_sap_list_lock);
EXPORT_SYMBOL(llc_sap_find);
EXPORT_SYMBOL(llc_sap_open);
EXPORT_SYMBOL(llc_sap_close);