From d6c97c96d2b4ce3d9f14970420684fae40c5287b Mon Sep 17 00:00:00 2001 From: Rob Herring <robh@kernel.org> Date: Thu, 3 Aug 2023 16:42:53 -0600 Subject: [PATCH] ARM: versatile: Drop unused includes Several includes are not needed, so drop them. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-13-d8de2cc88bff@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> --- arch/arm/mach-versatile/realview.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-versatile/realview.c b/arch/arm/mach-versatile/realview.c index feab66080ba2f..a3933e2373d54 100644 --- a/arch/arm/mach-versatile/realview.c +++ b/arch/arm/mach-versatile/realview.c @@ -4,9 +4,7 @@ * * Author: Linus Walleij <linus.walleij@linaro.org> */ -#include <linux/of_platform.h> #include <asm/mach/arch.h> -#include <asm/hardware/cache-l2x0.h> static const char *const realview_dt_platform_compat[] __initconst = { "arm,realview-eb", -- 2.30.2