summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-10-06 21:13:06 +0200
committerAdrian Bunk <bunk@stusta.de>2007-10-06 21:15:09 +0200
commit47f972b3361d2a64942d3eb4e759c8a5b9b91396 (patch)
treecfb467b7e6fc28afe06f9c96eb64d397833517df
parent952d5c18910cfa0ec43ab15607099fa1c5c254dd (diff)
unexport neigh_update_hhs
A static function mustn't be exported. Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r--net/core/neighbour.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/neighbour.c b/net/core/neighbour.c
index e68700f950a5..d4dcd39cfc64 100644
--- 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);