From: Satyam Sharma Date: Sat, 23 Jun 2007 00:04:27 +0000 (-0700) Subject: [IPV4]: include sysctl.h from inetdevice.h X-Git-Tag: v2.6.22-rc6~2^2~7 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8bfe6d68391af6171df789124fc3dfefeb392d9c;p=~emulex%2Finfiniband.git [IPV4]: include sysctl.h from inetdevice.h When CONFIG_INET=y and CONFIG_SYSCTL=n: In file included from net/core/netpoll.c:16: include/linux/inetdevice.h:15: error: '__NET_IPV4_CONF_MAX' undeclared here (not in a function) make[2]: *** [net/core/netpoll.o] Error 1 make[1]: *** [net/core] Error 2 make: *** [net] Error 2 So #include sysctl.h from inetdevice.h. Signed-off-by: Satyam Sharma Signed-off-by: David S. Miller --- diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h index ae04901aa09..d83fee2dc64 100644 --- a/include/linux/inetdevice.h +++ b/include/linux/inetdevice.h @@ -8,6 +8,7 @@ #include #include #include +#include struct ipv4_devconf {