From 791e88857751e2830da4d4257c720a13ac6df048 Mon Sep 17 00:00:00 2001 From: Tom Rini <trini@konsulko.com> Date: Tue, 30 Apr 2024 20:43:12 -0600 Subject: [PATCH] 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> --- board/warp7/warp7.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/warp7/warp7.c b/board/warp7/warp7.c index ead52d5a49..4cd3ff0051 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> -- 2.39.5