summaryrefslogtreecommitdiff
path: root/arch/arm/mach-versatile
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-08-04 01:42:53 +0300
committerArnd Bergmann <arnd@arndb.de>2023-08-12 11:31:00 +0300
commitd6c97c96d2b4ce3d9f14970420684fae40c5287b (patch)
treec743802c35bfa0acd4e096cb193725f03fcb8c70 /arch/arm/mach-versatile
parentab7c1ad11da41de9d5b75bc9171a3485f5aa7923 (diff)
downloadlinux-d6c97c96d2b4ce3d9f14970420684fae40c5287b.tar.xz
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>
Diffstat (limited to 'arch/arm/mach-versatile')
-rw-r--r--arch/arm/mach-versatile/realview.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-versatile/realview.c b/arch/arm/mach-versatile/realview.c
index feab66080ba2..a3933e2373d5 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",