Commit 71ba6a35 authored by David S. Miller's avatar David S. Miller Committed by Thomas Graf

[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: default avatarDavid S. Miller <davem@davemloft.net>
parent 57eec03c
...@@ -169,6 +169,7 @@ module_exit(llc_exit); ...@@ -169,6 +169,7 @@ module_exit(llc_exit);
EXPORT_SYMBOL(llc_station_mac_sa); EXPORT_SYMBOL(llc_station_mac_sa);
EXPORT_SYMBOL(llc_sap_list); EXPORT_SYMBOL(llc_sap_list);
EXPORT_SYMBOL(llc_sap_list_lock);
EXPORT_SYMBOL(llc_sap_find); EXPORT_SYMBOL(llc_sap_find);
EXPORT_SYMBOL(llc_sap_open); EXPORT_SYMBOL(llc_sap_open);
EXPORT_SYMBOL(llc_sap_close); EXPORT_SYMBOL(llc_sap_close);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment