From 7ec38c9c8f631db491a648588d6a4e0e6c54aaf8 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Fri, 27 May 2011 09:12:25 -0400 Subject: [PATCH] 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 --- net/rfkill/input.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5