ARM: shmobile: rcar-gen2: Drop unused OF includes
authorRob Herring <robh@kernel.org>
Mon, 17 Jul 2023 22:56:14 +0000 (16:56 -0600)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 25 Jul 2023 09:11:42 +0000 (11:11 +0200)
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>
Link: https://lore.kernel.org/r/20230717225614.3214179-1-robh@kernel.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/mach-shmobile/setup-rcar-gen2.c

index 3edbf0719fb3bbd4df916e0412f76cd5e98e04bf..c38367a10c7941620d252cfc122dff5ab6e9be78 100644 (file)
@@ -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>