diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-05-16 15:23:40 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-05-16 15:23:40 -0700 |
commit | 6599519e9c6c56ff0f9a4ffd53f90c5b65b902f4 (patch) | |
tree | ea393e5e8c5f13afa5b0adb77b89d7eaac85d4c5 /net/802 | |
parent | 4ac396c0467993853d3d58c0975151515700c07b (diff) |
[TR]: Remove an unused export.
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>
Diffstat (limited to 'net/802')
-rw-r--r-- | net/802/tr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/802/tr.c b/net/802/tr.c index afd8385c0c9..e9dc803f2fe 100644 --- a/net/802/tr.c +++ b/net/802/tr.c @@ -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); |