diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-11-09 23:42:48 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2022-11-16 10:37:37 +0100 |
commit | e14e4c933e0047653f835e30d7d740ebb2a530cc (patch) | |
tree | b731eb5c792c6fb6f665aa677a2fba925139ab33 | |
parent | wifi: rtw89: Fix some error handling path in rtw89_core_sta_assoc() (diff) | |
download | linux-e14e4c933e0047653f835e30d7d740ebb2a530cc.tar.xz linux-e14e4c933e0047653f835e30d7d740ebb2a530cc.zip |
ARM: OMAP2+: pdata-quirks: stop including wl12xx.h
As of commit 2398c41d6432 ("omap: pdata-quirks: remove openpandora
quirks for mmc3 and wl1251") the code no longer creates an instance of
wl1251_platform_data, so there is no need for including this header.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221109224250.2885119-1-dmitry.torokhov@gmail.com
-rw-r--r-- | arch/arm/mach-omap2/pdata-quirks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c index 5b99d602c87b..9409b9f5711c 100644 --- a/arch/arm/mach-omap2/pdata-quirks.c +++ b/arch/arm/mach-omap2/pdata-quirks.c @@ -10,7 +10,6 @@ #include <linux/init.h> #include <linux/kernel.h> #include <linux/of_platform.h> -#include <linux/wl12xx.h> #include <linux/mmc/card.h> #include <linux/mmc/host.h> #include <linux/power/smartreflex.h> |