Skip to content

Commit

Permalink
wil6210: include moduleparam.h
Browse files Browse the repository at this point in the history
This now declares a module parameter, so include the necessary
header file for that.

Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
  • Loading branch information
jmberg-intel authored and kvalo committed Feb 8, 2017
1 parent dab55d1 commit 949c2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/ath/wil6210/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

#include <linux/etherdevice.h>
#include <linux/moduleparam.h>
#include "wil6210.h"
#include "wmi.h"

Expand Down

0 comments on commit 949c2d0

Please sign in to comment.