ARM: versatile: Drop unused includes
authorRob Herring <robh@kernel.org>
Thu, 3 Aug 2023 22:42:53 +0000 (16:42 -0600)
committerArnd Bergmann <arnd@arndb.de>
Sat, 12 Aug 2023 08:31:00 +0000 (10:31 +0200)
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

index feab66080ba2f06c8108b5ff2ab979750fc64b40..a3933e2373d54350ab5af6a8847be160cbcac1c1 100644 (file)
@@ -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",