aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2005-11-15 00:09:06 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-15 08:59:18 -0800
commitd4ed803c564701eae9534ab26a86ddb06acaf49c (patch)
tree573ecacf5ea40a3dc847f8ceb82a1aa0e95fe15c /include
parent[PATCH] drop "[PATCH] i386 kexec-on-panic: Don't shutdown the apics" (diff)
downloadlinux-dev-d4ed803c564701eae9534ab26a86ddb06acaf49c.tar.xz
linux-dev-d4ed803c564701eae9534ab26a86ddb06acaf49c.zip
[PATCH] Make sysctl.h (again) usable from userspace
Make sysctl.h (again) useable from userspace Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sysctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index 64f203c45378..6bc03c911a83 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -20,7 +20,6 @@
#include <linux/kernel.h>
#include <linux/types.h>
-#include <linux/list.h>
#include <linux/compiler.h>
struct file;
@@ -859,6 +858,7 @@ enum
};
#ifdef __KERNEL__
+#include <linux/list.h>
extern void sysctl_init(void);