projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac396c
)
[TR]: Remove an unused export.
author
Adrian Bunk
<bunk@stusta.de>
Tue, 16 May 2006 22:23:40 +0000
(15:23 -0700)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/net/802/tr.c
b/net/802/tr.c
index afd8385c0c9c319bff792f714cc3326881db95d9..e9dc803f2fe0a67de78c4219227f4876352cd89a 100644
(file)
--- 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);