projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952d5c1
)
unexport neigh_update_hhs
author
Adrian Bunk
<bunk@kernel.org>
Sat, 6 Oct 2007 19:13:06 +0000
(21:13 +0200)
committer
Adrian Bunk
<bunk@stusta.de>
Sat, 6 Oct 2007 19:15:09 +0000
(21:15 +0200)
A static function mustn't be exported.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
net/core/neighbour.c
patch
|
blob
|
history
diff --git
a/net/core/neighbour.c
b/net/core/neighbour.c
index e68700f950a55d3cff784a54d655001a7da30dec..d4dcd39cfc647b4df17e25472a13f50d4f9c278f 100644
(file)
--- a/
net/core/neighbour.c
+++ b/
net/core/neighbour.c
@@
-2656,7
+2656,6
@@
EXPORT_SYMBOL(neigh_resolve_output);
EXPORT_SYMBOL(neigh_table_clear);
EXPORT_SYMBOL(neigh_table_init);
EXPORT_SYMBOL(neigh_update);
-EXPORT_SYMBOL(neigh_update_hhs);
EXPORT_SYMBOL(pneigh_enqueue);
EXPORT_SYMBOL(pneigh_lookup);
EXPORT_SYMBOL(neightbl_dump_info);