From: Adrian Bunk Date: Tue, 16 May 2006 22:23:40 +0000 (-0700) Subject: [TR]: Remove an unused export. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6599519e9c6c56ff0f9a4ffd53f90c5b65b902f4;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [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 Signed-off-by: David S. Miller --- diff --git a/net/802/tr.c b/net/802/tr.c index afd8385c0c9c..e9dc803f2fe0 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);