sysctl net: Remove unused binary sysctl code
[deliverable/linux.git] / net / ipv4 / arp.c
index 4e80f336c0cf40c923192906ee02dc7c5472b8ca..c95cd93acf29beaca13215100c458c1923babbd8 100644 (file)
@@ -1240,7 +1240,7 @@ void __init arp_init(void)
        arp_proc_init();
 #ifdef CONFIG_SYSCTL
        neigh_sysctl_register(NULL, &arp_tbl.parms, NET_IPV4,
-                             NET_IPV4_NEIGH, "ipv4", NULL, NULL);
+                             NET_IPV4_NEIGH, "ipv4", NULL);
 #endif
        register_netdevice_notifier(&arp_netdev_notifier);
 }
This page took 0.023204 seconds and 5 git commands to generate.