aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:42:46 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:40 -0600
commitdd894e8552efc1f82185d410d9917db920829c6b (patch)
treee71dbb640b4ecbe1e573b3c98dbe07a30666f79a /board
parentdbfdce274f373ff2862325c4cbe3bb47002fd60a (diff)
downloadu-boot-dd894e8552efc1f82185d410d9917db920829c6b.zip
u-boot-dd894e8552efc1f82185d410d9917db920829c6b.tar.gz
u-boot-dd894e8552efc1f82185d410d9917db920829c6b.tar.bz2
board: skyworth: 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>
Diffstat (limited to 'board')
-rw-r--r--board/skyworth/hc2910-2aghd05/hc2910-2aghd05.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/skyworth/hc2910-2aghd05/hc2910-2aghd05.c b/board/skyworth/hc2910-2aghd05/hc2910-2aghd05.c
index abad5ef..22be10d 100644
--- a/board/skyworth/hc2910-2aghd05/hc2910-2aghd05.c
+++ b/board/skyworth/hc2910-2aghd05/hc2910-2aghd05.c
@@ -3,7 +3,6 @@
* Board init file for Skyworth HC2910 2AGHD05
*/
-#include <common.h>
#include <fdtdec.h>
#include <init.h>
#include <asm/system.h>