diff options
author | Tom Rini | 2024-04-30 20:43:12 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-07 08:00:40 -0600 |
commit | 791e88857751e2830da4d4257c720a13ac6df048 (patch) | |
tree | 3cbbfe813381b985dcd47b2e3c6388dfa8661d98 | |
parent | 4d6962f403f86e7d4b439593b7ccb5a4794d4387 (diff) |
board: warp7: 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>
-rw-r--r-- | board/warp7/warp7.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/warp7/warp7.c b/board/warp7/warp7.c index ead52d5a490..4cd3ff0051b 100644 --- a/board/warp7/warp7.c +++ b/board/warp7/warp7.c @@ -15,7 +15,6 @@ #include <asm/mach-imx/hab.h> #include <asm/mach-imx/iomux-v3.h> #include <asm/io.h> -#include <common.h> #include <env.h> #include <asm/arch/crm_regs.h> #include <netdev.h> |