diff mbox series

[133/149] board: thead: Remove <common.h> and add needed includes

Message ID 20240501024316.1767971-133-trini@konsulko.com
State Accepted
Commit 31534d8ad5ff2e0c5fe7e760f44fe88439176847
Delegated to: Tom Rini
Headers show
Series [001/149] global: Make <asm/global_data.h> include <asm/u-boot.h> | expand

Commit Message

Tom Rini May 1, 2024, 2:43 a.m. UTC
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Wei Fu <wefu@redhat.com>
Cc: Yixun Lan <dlan@gentoo.org>
---
 board/thead/th1520_lpi4a/board.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/board/thead/th1520_lpi4a/board.c b/board/thead/th1520_lpi4a/board.c
index 16c3e456b3e5..bb83e7561f4e 100644
--- a/board/thead/th1520_lpi4a/board.c
+++ b/board/thead/th1520_lpi4a/board.c
@@ -4,7 +4,6 @@ 
  *
  */
 
-#include <common.h>
 #include <cpu_func.h>
 
 int board_init(void)