projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab55d1
)
wil6210: include moduleparam.h
author
Johannes Berg
<johannes.berg@intel.com>
Tue, 7 Feb 2017 14:33:28 +0000
(15:33 +0100)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 8 Feb 2017 15:01:12 +0000
(17:01 +0200)
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>
drivers/net/wireless/ath/wil6210/cfg80211.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/wil6210/cfg80211.c
b/drivers/net/wireless/ath/wil6210/cfg80211.c
index e25e78e71f5402c26378e3508e238f7749439733..83155b5ddbfb1fe8018e59760a7c2b571215b0ae 100644
(file)
--- 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"