summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-04-30 07:35:51 -0600
committerTom Rini <[email protected]>2024-05-06 15:06:34 -0600
commite260f2b7179e563a32997a5a71cae86bd0490664 (patch)
tree812363646a2bcd2463cb9f835d0eac6de1729250
parentfbe0fae1e8d901dc61ad57b725c9e5facc40a41d (diff)
arm: highbank: Remove <common.h> and add needed includes
Remove <common.h> from all mach-highbank files and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
-rw-r--r--arch/arm/mach-highbank/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/timer.c b/arch/arm/mach-highbank/timer.c
index 2423a0e3785..32ec6f0ac0e 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 <common.h>
#include <init.h>
#include <asm/io.h>
#include <asm/arch-armv7/systimer.h>