forked from luck/tmp_suning_uos_patched
[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>
This commit is contained in:
parent
4ac396c046
commit
6599519e9c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user