From 6252e4cd9bc65a38727466f729500e9764457b4a Mon Sep 17 00:00:00 2001 From: Tom Rini <trini@konsulko.com> Date: Tue, 30 Apr 2024 20:42:47 -0600 Subject: [PATCH] board: socionext: 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/socionext/developerbox/developerbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/socionext/developerbox/developerbox.c b/board/socionext/developerbox/developerbox.c index 062e4a7b79..556a9ed527 100644 --- a/board/socionext/developerbox/developerbox.c +++ b/board/socionext/developerbox/developerbox.c @@ -9,7 +9,7 @@ #include <asm/armv8/mmu.h> #include <asm/global_data.h> #include <asm/io.h> -#include <common.h> +#include <config.h> #include <efi.h> #include <efi_loader.h> #include <env_internal.h> -- 2.39.5