diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:46 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:40 -0600 |
| commit | dd894e8552efc1f82185d410d9917db920829c6b (patch) | |
| tree | e71dbb640b4ecbe1e573b3c98dbe07a30666f79a | |
| parent | dbfdce274f373ff2862325c4cbe3bb47002fd60a (diff) | |
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 <[email protected]>
| -rw-r--r-- | board/skyworth/hc2910-2aghd05/hc2910-2aghd05.c | 1 |
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 abad5efdafb..22be10d70a7 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> |
