From: Stephen Rothwell Date: Thu, 10 Mar 2011 00:14:17 +0000 (+1100) Subject: sysctl: the include of rcupdate.h is only needed in the kernel X-Git-Tag: v2.6.38~32 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=684adca4f84365ca327e06dba696b62de7a79eca;p=~emulex%2Finfiniband.git 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 Signed-off-by: Linus Torvalds --- diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index bb7c2b086fa..11684d9e6bd 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -25,7 +25,6 @@ #include #include #include -#include struct completion; @@ -931,6 +930,7 @@ enum #ifdef __KERNEL__ #include +#include /* For the /proc/sys support */ struct ctl_table;