diff options
author | Harald Welte <laforge@gnumonks.org> | 2005-11-15 03:09:06 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-15 11:59:18 -0500 |
commit | d4ed803c564701eae9534ab26a86ddb06acaf49c (patch) | |
tree | 573ecacf5ea40a3dc847f8ceb82a1aa0e95fe15c /include | |
parent | 19842d67340e4a8f616552d344e97fc7452aa37a (diff) |
[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.h | 2 |
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 @@ | |||
20 | 20 | ||
21 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
22 | #include <linux/types.h> | 22 | #include <linux/types.h> |
23 | #include <linux/list.h> | ||
24 | #include <linux/compiler.h> | 23 | #include <linux/compiler.h> |
25 | 24 | ||
26 | struct file; | 25 | struct file; |
@@ -859,6 +858,7 @@ enum | |||
859 | }; | 858 | }; |
860 | 859 | ||
861 | #ifdef __KERNEL__ | 860 | #ifdef __KERNEL__ |
861 | #include <linux/list.h> | ||
862 | 862 | ||
863 | extern void sysctl_init(void); | 863 | extern void sysctl_init(void); |
864 | 864 | ||