aboutsummaryrefslogtreecommitdiffstats
path: root/net/rfkill
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-09-18 13:21:27 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:29 -0400
commitd9b9384215e17c68d7b6bd05d6fa409e5d4140d7 (patch)
treec6c05f056a623e7e7630bc76be7637e1b8454c86 /net/rfkill
parentnet: Fix files explicitly needing to include module.h (diff)
downloadlinux-dev-d9b9384215e17c68d7b6bd05d6fa409e5d4140d7.tar.xz
linux-dev-d9b9384215e17c68d7b6bd05d6fa409e5d4140d7.zip
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
These files were getting access to these two via the implicit presence of module.h everywhere. They aren't modules, so they don't need the full module.h inclusion though. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/rfkill')
-rw-r--r--net/rfkill/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rfkill/input.c b/net/rfkill/input.c
index 1bca6d49ec96..24c55c53e6a2 100644
--- a/net/rfkill/input.c
+++ b/net/rfkill/input.c
@@ -15,6 +15,7 @@
#include <linux/input.h>
#include <linux/slab.h>
+#include <linux/moduleparam.h>
#include <linux/workqueue.h>
#include <linux/init.h>
#include <linux/rfkill.h>