Skip to content

Commit

Permalink
[LLC]: Kill llc_station_mac_sa symbol export.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 29, 2008
1 parent 98846b5 commit 9f09243
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/llc/llc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ static void __exit llc_exit(void)
module_init(llc_init);
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);
Expand Down

0 comments on commit 9f09243

Please sign in to comment.