[PATCH] ARM: shmobile: Drop unused includes

Rob Herring posted 1 patch 2 years, 6 months ago
arch/arm/mach-shmobile/setup-rcar-gen2.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] ARM: shmobile: Drop unused includes
Posted by Rob Herring 2 years, 6 months ago
of_platform.h is not needed, so drop it.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 arch/arm/mach-shmobile/setup-rcar-gen2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/setup-rcar-gen2.c b/arch/arm/mach-shmobile/setup-rcar-gen2.c
index 3edbf0719fb3..c38367a10c79 100644
--- a/arch/arm/mach-shmobile/setup-rcar-gen2.c
+++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c
@@ -16,7 +16,6 @@
 #include <linux/of.h>
 #include <linux/of_clk.h>
 #include <linux/of_fdt.h>
-#include <linux/of_platform.h>
 #include <linux/psci.h>
 #include <asm/mach/arch.h>
 #include <asm/secure_cntvoff.h>
-- 
2.40.1
Re: [PATCH] ARM: shmobile: Drop unused includes
Posted by Geert Uytterhoeven 2 years, 6 months ago
On Tue, Jul 18, 2023 at 1:00 AM Rob Herring <robh@kernel.org> wrote:
> of_platform.h is not needed, so drop it.
>
> Signed-off-by: Rob Herring <robh@kernel.org>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.6.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds