aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipx
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-10-27 20:00:41 +0100
committerDavid S. Miller <davem@davemloft.net>2014-10-27 16:03:53 -0400
commit5e96d788d93b90e6e1769fb9376ee28bcdc1a041 (patch)
tree5694e22e43df128ccd3ff79ba1d42b9624b76249 /net/ipx
parentipv6: include linux/uaccess.h instead of asm/uaccess.h (diff)
downloadlinux-dev-5e96d788d93b90e6e1769fb9376ee28bcdc1a041.tar.xz
linux-dev-5e96d788d93b90e6e1769fb9376ee28bcdc1a041.zip
ipx: move extern sysctl_ipx_pprop_broadcasting to header file
include ipx.h from sysctl_net_ipx.c Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipx')
-rw-r--r--net/ipx/sysctl_net_ipx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ipx/sysctl_net_ipx.c b/net/ipx/sysctl_net_ipx.c
index ad7c03dedaab..0dafcc561ed6 100644
--- a/net/ipx/sysctl_net_ipx.c
+++ b/net/ipx/sysctl_net_ipx.c
@@ -9,14 +9,12 @@
#include <linux/mm.h>
#include <linux/sysctl.h>
#include <net/net_namespace.h>
+#include <net/ipx.h>
#ifndef CONFIG_SYSCTL
#error This file should not be compiled without CONFIG_SYSCTL defined
#endif
-/* From af_ipx.c */
-extern int sysctl_ipx_pprop_broadcasting;
-
static struct ctl_table ipx_table[] = {
{
.procname = "ipx_pprop_broadcasting",