summaryrefslogtreecommitdiff
path: root/libdde_linux26/contrib/net
diff options
context:
space:
mode:
Diffstat (limited to 'libdde_linux26/contrib/net')
-rw-r--r--libdde_linux26/contrib/net/core/neighbour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdde_linux26/contrib/net/core/neighbour.c b/libdde_linux26/contrib/net/core/neighbour.c
index 4a90e322..02dc8bda 100644
--- a/libdde_linux26/contrib/net/core/neighbour.c
+++ b/libdde_linux26/contrib/net/core/neighbour.c
@@ -2808,7 +2808,7 @@ EXPORT_SYMBOL(neigh_sysctl_unregister);
#endif /* CONFIG_SYSCTL */
-static int __init neigh_init(void)
+int __init neigh_init(void)
{
rtnl_register(PF_UNSPEC, RTM_NEWNEIGH, neigh_add, NULL);
rtnl_register(PF_UNSPEC, RTM_DELNEIGH, neigh_delete, NULL);