diff options
author | Rob Herring <robh@kernel.org> | 2023-07-17 16:56:14 -0600 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2023-07-25 11:11:42 +0200 |
commit | bfb345a7bdc186ebbf2b9c53215f0f7b9bdba9fd (patch) | |
tree | a7b90d5513bf5a9488a344785c2072651e36bf3f /arch/arm/mach-shmobile | |
parent | 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff) | |
download | linux-bfb345a7bdc186ebbf2b9c53215f0f7b9bdba9fd.tar.gz linux-bfb345a7bdc186ebbf2b9c53215f0f7b9bdba9fd.tar.bz2 linux-bfb345a7bdc186ebbf2b9c53215f0f7b9bdba9fd.zip |
ARM: shmobile: rcar-gen2: Drop unused OF includes
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>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/setup-rcar-gen2.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |