[PATCH 130/149] board: tcl: Remove <common.h> and add needed includes
Tom Rini
trini at konsulko.com
Wed May 1 04:42:57 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: Enric Balletbo i Serra <enric.balletbo at collabora.com>
---
board/tcl/sl50/board.c | 2 +-
board/tcl/sl50/mux.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/board/tcl/sl50/board.c b/board/tcl/sl50/board.c
index 3f7d42f3eb8d..2e54ede62d6f 100644
--- a/board/tcl/sl50/board.c
+++ b/board/tcl/sl50/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/tcl/sl50/mux.c b/board/tcl/sl50/mux.c
index ab9088145aba..6d89c4a3998d 100644
--- a/board/tcl/sl50/mux.c
+++ b/board/tcl/sl50/mux.c
@@ -5,7 +5,6 @@
* Copyright (C) 2011, Texas Instruments, Incorporated - https://www.ti.com/
*/
-#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