[PATCH 143/149] board: vscom: Remove <common.h> and add needed includes
Tom Rini
trini at konsulko.com
Wed May 1 04:43:10 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: Yegor Yefremov <yegorslists at googlemail.com>
---
board/vscom/baltos/board.c | 2 +-
board/vscom/baltos/mux.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/board/vscom/baltos/board.c b/board/vscom/baltos/board.c
index bc7dc5888f2d..2c91e9fac43d 100644
--- a/board/vscom/baltos/board.c
+++ b/board/vscom/baltos/board.c
@@ -7,7 +7,7 @@
* Copyright (C) 2011, Texas Instruments, Incorporated - https://www.ti.com/
*/
-#include <common.h>
+#include <config.h>
#include <env.h>
#include <errno.h>
#include <init.h>
diff --git a/board/vscom/baltos/mux.c b/board/vscom/baltos/mux.c
index 7b99cf0e182f..77b142f08f0a 100644
--- a/board/vscom/baltos/mux.c
+++ b/board/vscom/baltos/mux.c
@@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
-#include <common.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/hardware.h>
#include <asm/arch/mux.h>
--
2.34.1
More information about the U-Boot
mailing list