[PATCH 052/149] board: eets: Remove <common.h> and add needed includes
Tom Rini
trini at konsulko.com
Wed May 1 04:41:39 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: Felix Brack <fb at ltec.ch>
Cc: Nishanth Menon <nm at ti.com>
---
board/eets/pdu001/board.c | 2 +-
board/eets/pdu001/mux.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/eets/pdu001/board.c b/board/eets/pdu001/board.c
index 3a52e4ae675f..2ad256f86357 100644
--- a/board/eets/pdu001/board.c
+++ b/board/eets/pdu001/board.c
@@ -9,7 +9,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/eets/pdu001/mux.c b/board/eets/pdu001/mux.c
index c97927e5cfe9..f306a1340315 100644
--- a/board/eets/pdu001/mux.c
+++ b/board/eets/pdu001/mux.c
@@ -7,7 +7,7 @@
* Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
*/
-#include <common.h>
+#include <config.h>
#include <i2c.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/hardware.h>
--
2.34.1
More information about the U-Boot
mailing list