wil6210: include moduleparam.h
authorJohannes Berg <johannes.berg@intel.com>
Tue, 7 Feb 2017 14:33:28 +0000 (15:33 +0100)
committerKalle 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

index e25e78e71f5402c26378e3508e238f7749439733..83155b5ddbfb1fe8018e59760a7c2b571215b0ae 100644 (file)
@@ -15,6 +15,7 @@
  */
 
 #include <linux/etherdevice.h>
+#include <linux/moduleparam.h>
 #include "wil6210.h"
 #include "wmi.h"