net neigh: Decouple per interface neighbour table controls from binary sysctls
[linux-2.6-block.git] / net / ipv4 / arp.c
index 1940b4df76992b810916cc2e9f96b19898979b83..c4dd135428021e92e9023ac7379ac59b371fe6a5 100644 (file)
@@ -1284,8 +1284,7 @@ void __init arp_init(void)
        dev_add_pack(&arp_packet_type);
        arp_proc_init();
 #ifdef CONFIG_SYSCTL
-       neigh_sysctl_register(NULL, &arp_tbl.parms, NET_IPV4,
-                             NET_IPV4_NEIGH, "ipv4", NULL);
+       neigh_sysctl_register(NULL, &arp_tbl.parms, "ipv4", NULL);
 #endif
        register_netdevice_notifier(&arp_netdev_notifier);
 }