From: Harald Welte Date: Tue, 15 Nov 2005 08:09:06 +0000 (-0800) Subject: [PATCH] Make sysctl.h (again) usable from userspace X-Git-Tag: v2.6.15-rc2~93 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d4ed803c564701eae9534ab26a86ddb06acaf49c;p=~emulex%2Finfiniband.git [PATCH] Make sysctl.h (again) usable from userspace Make sysctl.h (again) useable from userspace Signed-off-by: Harald Welte Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 64f203c4537..6bc03c911a8 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -20,7 +20,6 @@ #include #include -#include #include struct file; @@ -859,6 +858,7 @@ enum }; #ifdef __KERNEL__ +#include extern void sysctl_init(void);