From: Johannes Berg Date: Thu, 5 Jan 2017 12:38:35 +0000 (+0100) Subject: mwifiex: don't include mac80211.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=50d55b6d3f1c40485e2e06b2805ef81f881ee9db;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git mwifiex: don't include mac80211.h This driver doesn't use mac80211, so it shouldn't include mac80211.h, include only the necessary cfg80211.h instead. Signed-off-by: Johannes Berg Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/marvell/mwifiex/decl.h b/drivers/net/wireless/marvell/mwifiex/decl.h index bec300b9c2ea..188e4c370836 100644 --- a/drivers/net/wireless/marvell/mwifiex/decl.h +++ b/drivers/net/wireless/marvell/mwifiex/decl.h @@ -27,7 +27,7 @@ #include #include #include -#include +#include #define MWIFIEX_BSS_COEX_COUNT 2 #define MWIFIEX_MAX_BSS_NUM (3)