projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81c0b89
)
ARM: OMAP2+: pdata-quirks: stop including wl12xx.h
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Wed, 9 Nov 2022 22:42:48 +0000
(14:42 -0800)
committer
Kalle Valo
<kvalo@kernel.org>
Wed, 16 Nov 2022 09:37:37 +0000
(11:37 +0200)
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
arch/arm/mach-omap2/pdata-quirks.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/pdata-quirks.c
b/arch/arm/mach-omap2/pdata-quirks.c
index 5b99d602c87bc9dd61aee6a292343768b50166ff..9409b9f5711cbea243f847cd3a97fafb0342d1cc 100644
(file)
--- 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>