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-20110826~3^2~184 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7ec38c9c8f631db491a648588d6a4e0e6c54aaf8;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