]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/ipx/af_ipx.c
net: Move prototype declaration to header file include/net/net_namespace.h from net...
[mirror_ubuntu-bionic-kernel.git] / net / ipx / af_ipx.c
index 224d05856b850f27c65c07bb3c283cbf2a97e54c..00b2a6d1c0092a7d0ec668b0b657f520637f31cd 100644 (file)
 #include <net/sock.h>
 #include <net/datalink.h>
 #include <net/tcp_states.h>
+#include <net/net_namespace.h>
 
 #include <asm/uaccess.h>
 
-#ifdef CONFIG_SYSCTL
-extern void ipx_register_sysctl(void);
-extern void ipx_unregister_sysctl(void);
-#else
-#define ipx_register_sysctl()
-#define ipx_unregister_sysctl()
-#endif
-
 /* Configuration Variables */
 static unsigned char ipxcfg_max_hops = 16;
 static char ipxcfg_auto_select_primary;