diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-03-09 19:14:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-09 19:43:24 -0500 |
commit | 684adca4f84365ca327e06dba696b62de7a79eca (patch) | |
tree | a6ca09edf0ab8c99158cc25a94c2cbbe34916c5a /include/linux/sysctl.h | |
parent | 3979491701cfb2aa7477f5baf40553355391418b (diff) |
sysctl: the include of rcupdate.h is only needed in the kernel
Fixes this build-check error:
include/linux/sysctl.h:28: included file 'linux/rcupdate.h' is not exported
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/sysctl.h')
-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 bb7c2b086fa4..11684d9e6bd2 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <linux/kernel.h> | 25 | #include <linux/kernel.h> |
26 | #include <linux/types.h> | 26 | #include <linux/types.h> |
27 | #include <linux/compiler.h> | 27 | #include <linux/compiler.h> |
28 | #include <linux/rcupdate.h> | ||
29 | 28 | ||
30 | struct completion; | 29 | struct completion; |
31 | 30 | ||
@@ -931,6 +930,7 @@ enum | |||
931 | 930 | ||
932 | #ifdef __KERNEL__ | 931 | #ifdef __KERNEL__ |
933 | #include <linux/list.h> | 932 | #include <linux/list.h> |
933 | #include <linux/rcupdate.h> | ||
934 | 934 | ||
935 | /* For the /proc/sys support */ | 935 | /* For the /proc/sys support */ |
936 | struct ctl_table; | 936 | struct ctl_table; |