[TR]: Remove an unused export.
authorAdrian Bunk <bunk@stusta.de>
Tue, 16 May 2006 22:23:40 +0000 (15:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 May 2006 22:23:40 +0000 (15:23 -0700)
This patch removes the unused EXPORT_SYMBOL(tr_source_route).

(Note, the usage in net/llc/llc_output.c can't be modular.)

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/802/tr.c

index afd8385..e9dc803 100644 (file)
@@ -643,6 +643,5 @@ static int __init rif_init(void)
 
 module_init(rif_init);
 
-EXPORT_SYMBOL(tr_source_route);
 EXPORT_SYMBOL(tr_type_trans);
 EXPORT_SYMBOL(alloc_trdev);