commit | 31534d8ad5ff2e0c5fe7e760f44fe88439176847 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Apr 30 20:43:00 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 07 08:00:40 2024 -0600 |
tree | 95cbffba13c8888f7639a22ce9b7c36dc575c6bc | |
parent | 8d20b472625885c01ddf7fc76fe8d73f4d8c1dd7 [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 <trini@konsulko.com>
diff --git a/board/thead/th1520_lpi4a/board.c b/board/thead/th1520_lpi4a/board.c index 16c3e45..bb83e75 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)