diff mbox series

ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/pinmux.h>

Message ID 7f22fb21f76f4d23be2e31a5908bcfa295704ef4.1668000965.git.geert+renesas@glider.be
State New
Headers show
Series ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/pinmux.h> | expand

Commit Message

Geert Uytterhoeven Nov. 9, 2022, 1:36 p.m. UTC
Commit 44c22a2d12a5c04d ("ARM: OMAP2+: pm33xx: Add support for rtc+ddr
in self refresh mode") added the include, but no user.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/mach-omap2/pm33xx-core.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Tony Lindgren Jan. 19, 2023, 10:16 a.m. UTC | #1
* Geert Uytterhoeven <geert+renesas@glider.be> [221109 15:27]:
> Commit 44c22a2d12a5c04d ("ARM: OMAP2+: pm33xx: Add support for rtc+ddr
> in self refresh mode") added the include, but no user.

Applying into omap-for-v6.2/cleanup thanks.

Tony
Tony Lindgren Jan. 19, 2023, 10:17 a.m. UTC | #2
* Geert Uytterhoeven <geert+renesas@glider.be> [221109 15:27]:
> Commit 44c22a2d12a5c04d ("ARM: OMAP2+: pm33xx: Add support for rtc+ddr
> in self refresh mode") added the include, but no user.

Applying into omap-for-v6.3/cleanup thanks.

Tony
diff mbox series

Patch

diff --git a/arch/arm/mach-omap2/pm33xx-core.c b/arch/arm/mach-omap2/pm33xx-core.c
index bf0d25fd2cea44d4..711bcc6c8dddc253 100644
--- a/arch/arm/mach-omap2/pm33xx-core.c
+++ b/arch/arm/mach-omap2/pm33xx-core.c
@@ -16,7 +16,6 @@ 
 #include <linux/clk.h>
 #include <linux/cpu.h>
 #include <linux/platform_data/gpio-omap.h>
-#include <linux/pinctrl/pinmux.h>
 #include <linux/wkup_m3_ipc.h>
 #include <linux/of.h>
 #include <linux/rtc.h>