From: Paul Gortmaker Date: Fri, 27 May 2011 13:12:25 +0000 (-0400) Subject: net: rfkill/input.c explicitly needs to include module.h X-Git-Tag: next-20110801~6^2~301 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=22dc158f4509b3bbdd44c3739c0c6f44784f7001;p=karo-tx-linux.git net: rfkill/input.c explicitly needs to include module.h With calls to module_param_named() and similar, this file really needs the full module.h header. Call it out so some of the cleanups of implicit and unrequired includes elsewhere can be cleaned up. Signed-off-by: Paul Gortmaker --- diff --git a/net/rfkill/input.c b/net/rfkill/input.c index 1bca6d49ec96..b71c43887b9f 100644 --- a/net/rfkill/input.c +++ b/net/rfkill/input.c @@ -15,6 +15,7 @@ #include #include +#include #include #include #include