summaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-09-18 19:21:27 +0200
committerPaul Gortmaker2011-11-01 00:30:29 +0100
commitd9b9384215e17c68d7b6bd05d6fa409e5d4140d7 (patch)
treec6c05f056a623e7e7630bc76be7637e1b8454c86 /net/wireless/reg.c
parentnet: Fix files explicitly needing to include module.h (diff)
downloadkernel-qcow2-linux-d9b9384215e17c68d7b6bd05d6fa409e5d4140d7.tar.gz
kernel-qcow2-linux-d9b9384215e17c68d7b6bd05d6fa409e5d4140d7.tar.xz
kernel-qcow2-linux-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/wireless/reg.c')
-rw-r--r--net/wireless/reg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 2520a1b7e7db..c23052bca16b 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -42,6 +42,7 @@
#include <linux/ctype.h>
#include <linux/nl80211.h>
#include <linux/platform_device.h>
+#include <linux/moduleparam.h>
#include <net/cfg80211.h>
#include "core.h"
#include "reg.h"