diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-12-27 05:12:16 -0800 |
|---|---|---|
| committer | Thomas Graf <tgraf@suug.ch> | 2004-12-27 05:12:16 -0800 |
| commit | 71ba6a35eaa19c452f574e9e59de096b752505d3 (patch) | |
| tree | 0638d814ddbd3a573032e1943082f7e64a6debd8 | |
| parent | 57eec03cb5cd57d298c6ccb6dadadf8b788a79f6 (diff) | |
[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>
| -rw-r--r-- | net/llc/llc_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/llc/llc_core.c b/net/llc/llc_core.c index a2c30b8fb7e6..0b737bd77062 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); |
