diff mbox

wil6210: include moduleparam.h

Message ID 20170207143328.22529-1-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit 949c2d0096753d518ef6e0bd8418c8086747196b
Delegated to: Kalle Valo
Headers show

Commit Message

Johannes Berg Feb. 7, 2017, 2:33 p.m. UTC
From: Johannes Berg <johannes.berg@intel.com>

This now declares a module parameter, so include the necessary
header file for that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 drivers/net/wireless/ath/wil6210/cfg80211.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Kalle Valo Feb. 8, 2017, 3:01 p.m. UTC | #1
Johannes Berg <johannes@sipsolutions.net> wrote:
> From: Johannes Berg <johannes.berg@intel.com>
> 
> This now declares a module parameter, so include the necessary
> header file for that.
> 
> Signed-off-by: Johannes Berg <johannes.berg@intel.com>

Patch applied to ath-next branch of ath.git, thanks.

949c2d009675 wil6210: include moduleparam.h
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/wil6210/cfg80211.c b/drivers/net/wireless/ath/wil6210/cfg80211.c
index 6aa3ff4240a9..035ff5974058 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"