[PATCH 069/149] board: highbank: Remove <common.h> and add needed includes
Tom Rini
trini at konsulko.com
Wed May 1 04:41:56 CEST 2024
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Andre Przywara <andre.przywara at arm.com>
---
board/highbank/ahci.c | 1 -
board/highbank/hb_sregs.c | 1 -
board/highbank/highbank.c | 1 -
3 files changed, 3 deletions(-)
diff --git a/board/highbank/ahci.c b/board/highbank/ahci.c
index 9c057278ace1..899c502dfbc8 100644
--- a/board/highbank/ahci.c
+++ b/board/highbank/ahci.c
@@ -3,7 +3,6 @@
* Copyright 2012 Calxeda, Inc.
*/
-#include <common.h>
#include <ahci.h>
#include <asm/io.h>
#include <linux/delay.h>
diff --git a/board/highbank/hb_sregs.c b/board/highbank/hb_sregs.c
index d9dd2c2bf67f..94052f7a3f9a 100644
--- a/board/highbank/hb_sregs.c
+++ b/board/highbank/hb_sregs.c
@@ -10,7 +10,6 @@
* Copyright (C) 2019 Arm Ltd.
*/
-#include <common.h>
#include <dm.h>
#include <dm/lists.h>
diff --git a/board/highbank/highbank.c b/board/highbank/highbank.c
index 7f67d1e45308..f3df83ed6c9b 100644
--- a/board/highbank/highbank.c
+++ b/board/highbank/highbank.c
@@ -3,7 +3,6 @@
* Copyright 2010-2011 Calxeda, Inc.
*/
-#include <common.h>
#include <ahci.h>
#include <cpu_func.h>
#include <env.h>
--
2.34.1
More information about the U-Boot
mailing list