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