summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2017-03-06 11:40:08 +0200
committerMaya Erez <merez@codeaurora.org>2017-03-06 11:40:36 +0200
commit2c12b78a37ade62a114fde5cb7b78df0caff7470 (patch)
treefd80d63942f617fd831d45ca6d1058ba1a9651ae /drivers
parenteee829e625416a38a8066524a0f6cac3b0c9d55b (diff)
wil6210: include moduleparam.h
This now declares a module parameter, so include the necessary header file for that. Change-Id: I430c996ef2d35d0af86ab0822baccdf477db229e Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Git-commit: 949c2d0096753d518ef6e0bd8418c8086747196b Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git Signed-off-by: Maya Erez <merez@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/ath/wil6210/cfg80211.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/wil6210/cfg80211.c b/drivers/net/wireless/ath/wil6210/cfg80211.c
index 210ea654c83f..acd5347f2cae 100644
--- a/drivers/net/wireless/ath/wil6210/cfg80211.c
+++ b/drivers/net/wireless/ath/wil6210/cfg80211.c
@@ -15,6 +15,7 @@
*/
#include <linux/etherdevice.h>
+#include <linux/moduleparam.h>
#include "wil6210.h"
#include "wmi.h"
#include "ftm.h"