summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-04-30 20:43:00 -0600
committerTom Rini <[email protected]>2024-05-07 08:00:40 -0600
commit31534d8ad5ff2e0c5fe7e760f44fe88439176847 (patch)
tree95cbffba13c8888f7639a22ce9b7c36dc575c6bc
parent8d20b472625885c01ddf7fc76fe8d73f4d8c1dd7 (diff)
board: thead: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
-rw-r--r--board/thead/th1520_lpi4a/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/thead/th1520_lpi4a/board.c b/board/thead/th1520_lpi4a/board.c
index 16c3e456b3e..bb83e7561f4 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)