From 5da43cb7d9d2fcebad539c3e61052ecf3ed8bdb7 Mon Sep 17 00:00:00 2001 From: Tom Rini <trini@konsulko.com> Date: Tue, 30 Apr 2024 20:43:10 -0600 Subject: [PATCH] board: vscom: 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/vscom/baltos/board.c | 2 +- board/vscom/baltos/mux.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/board/vscom/baltos/board.c b/board/vscom/baltos/board.c index bc7dc5888f..2c91e9fac4 100644 --- a/board/vscom/baltos/board.c +++ b/board/vscom/baltos/board.c @@ -7,7 +7,7 @@ * Copyright (C) 2011, Texas Instruments, Incorporated - https://www.ti.com/ */ -#include <common.h> +#include <config.h> #include <env.h> #include <errno.h> #include <init.h> diff --git a/board/vscom/baltos/mux.c b/board/vscom/baltos/mux.c index 7b99cf0e18..77b142f08f 100644 --- a/board/vscom/baltos/mux.c +++ b/board/vscom/baltos/mux.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */ -#include <common.h> #include <asm/arch/sys_proto.h> #include <asm/arch/hardware.h> #include <asm/arch/mux.h> -- 2.39.5