From 47f972b3361d2a64942d3eb4e759c8a5b9b91396 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 6 Oct 2007 21:13:06 +0200 Subject: [PATCH] unexport neigh_update_hhs A static function mustn't be exported. Signed-off-by: Adrian Bunk --- net/core/neighbour.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.47.3