diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-10-27 15:00:41 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-27 16:03:53 -0400 |
commit | 5e96d788d93b90e6e1769fb9376ee28bcdc1a041 (patch) | |
tree | 5694e22e43df128ccd3ff79ba1d42b9624b76249 /net/ipx | |
parent | ce256981e5f1be1f0aa6b4b8b16e0c2918468457 (diff) |
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.c | 4 |
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 @@ | |||
9 | #include <linux/mm.h> | 9 | #include <linux/mm.h> |
10 | #include <linux/sysctl.h> | 10 | #include <linux/sysctl.h> |
11 | #include <net/net_namespace.h> | 11 | #include <net/net_namespace.h> |
12 | #include <net/ipx.h> | ||
12 | 13 | ||
13 | #ifndef CONFIG_SYSCTL | 14 | #ifndef CONFIG_SYSCTL |
14 | #error This file should not be compiled without CONFIG_SYSCTL defined | 15 | #error This file should not be compiled without CONFIG_SYSCTL defined |
15 | #endif | 16 | #endif |
16 | 17 | ||
17 | /* From af_ipx.c */ | ||
18 | extern int sysctl_ipx_pprop_broadcasting; | ||
19 | |||
20 | static struct ctl_table ipx_table[] = { | 18 | static struct ctl_table ipx_table[] = { |
21 | { | 19 | { |
22 | .procname = "ipx_pprop_broadcasting", | 20 | .procname = "ipx_pprop_broadcasting", |