Skip to content

Commit

Permalink
[TR]: Remove an unused export.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
AdrianBunk authored and davem330 committed May 16, 2006
1 parent 4ac396c commit 6599519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/802/tr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 6599519

Please sign in to comment.