Browse Source

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>
Johannes Berg 8 years ago
parent
commit
949c2d0096
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/wireless/ath/wil6210/cfg80211.c

+ 1 - 0
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"