From e260f2b7179e563a32997a5a71cae86bd0490664 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 07:35:51 -0600 Subject: [PATCH] arm: highbank: Remove and add needed includes Remove from all mach-highbank files and when needed add missing include files directly. Signed-off-by: Tom Rini --- arch/arm/mach-highbank/timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-highbank/timer.c b/arch/arm/mach-highbank/timer.c index 2423a0e378..32ec6f0ac0 100644 --- a/arch/arm/mach-highbank/timer.c +++ b/arch/arm/mach-highbank/timer.c @@ -5,7 +5,6 @@ * Based on arm926ejs/mx27/timer.c */ -#include #include #include #include -- 2.39.5