netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Is typing "make" too much to ask?
@ 2008-03-29  2:53 David Miller
  2008-03-29  6:08 ` Joonwoo Park
  0 siblings, 1 reply; 2+ messages in thread
From: David Miller @ 2008-03-29  2:53 UTC (permalink / raw)
  To: joonwpark81; +Cc: netdev


I merely ask that things submitted to me actully compile... :-(

commit 9f09243890a4e7d2e06d40b56f26a64f88c6ec8b
Author: David S. Miller <davem@davemloft.net>
Date:   Fri Mar 28 19:51:40 2008 -0700

    [LLC]: Kill llc_station_mac_sa symbol export.
    
    Signed-off-by: David S. Miller <davem@davemloft.net>

diff --git a/net/llc/llc_core.c b/net/llc/llc_core.c
index 00de27c..50d5b10 100644
--- a/net/llc/llc_core.c
+++ b/net/llc/llc_core.c
@@ -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);

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-29  6:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-29  2:53 Is typing "make" too much to ask? David Miller
2008-03-29  6:08 ` Joonwoo Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).