summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHideaki Yoshifuji <yoshfuji@linux-ipv6.org>2004-01-18 17:43:47 -0800
committerHideaki Yoshifuji <yoshfuji@linux-ipv6.org>2004-01-18 17:43:47 -0800
commit05c798786ca85ad79150166da6b4259f777ed15e (patch)
tree6bd74517128f989f1d358203b5000d141c9a0bf9 /include
parent9787509a6a7ddc41d040e6c78cee15321653d164 (diff)
[NET]: Include sysctl.h in neighbour.h regardless of config.
Diffstat (limited to 'include')
-rw-r--r--include/net/neighbour.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h
index e016389694a8..857f03acaffd 100644
--- a/include/net/neighbour.h
+++ b/include/net/neighbour.h
@@ -47,9 +47,7 @@
#include <linux/skbuff.h>
#include <linux/err.h>
-#ifdef CONFIG_SYSCTL
#include <linux/sysctl.h>
-#endif
#define NUD_IN_TIMER (NUD_INCOMPLETE|NUD_DELAY|NUD_PROBE)
#define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)