diff mbox series

ARM: shmobile: Drop unused includes

Message ID 20230717225614.3214179-1-robh@kernel.org (mailing list archive)
State Mainlined
Commit bfb345a7bdc186ebbf2b9c53215f0f7b9bdba9fd
Delegated to: Geert Uytterhoeven
Headers show
Series ARM: shmobile: Drop unused includes | expand

Commit Message

Rob Herring (Arm) July 17, 2023, 10:56 p.m. UTC
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(-)

Comments

Geert Uytterhoeven July 25, 2023, 7:41 a.m. UTC | #1
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
diff mbox series

Patch

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>