Message ID | 7f22fb21f76f4d23be2e31a5908bcfa295704ef4.1668000965.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/pinmux.h> | expand |
* 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
* 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 --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>
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(-)