diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-02-07 15:33:28 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2017-02-08 16:01:12 +0100 |
commit | 949c2d0096753d518ef6e0bd8418c8086747196b (patch) | |
tree | 75fa3c2f953c67f42ca8a7a83e61d15da5cfbad2 | |
parent | ath10k: remove unneeded semicolon (diff) | |
download | linux-949c2d0096753d518ef6e0bd8418c8086747196b.tar.xz linux-949c2d0096753d518ef6e0bd8418c8086747196b.zip |
wil6210: include moduleparam.h
This now declares a module parameter, so include the necessary
header file for that.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
-rw-r--r-- | drivers/net/wireless/ath/wil6210/cfg80211.c | 1 |
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 e25e78e71f54..83155b5ddbfb 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" |