diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:43:10 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:40 -0600 |
| commit | 5da43cb7d9d2fcebad539c3e61052ecf3ed8bdb7 (patch) | |
| tree | 9920d7c1fdb590e0ea280e0d0527350ce56c2b8e | |
| parent | a642c72bee8a15d3ee84e025e2eb093b1de6e6a6 (diff) | |
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 <[email protected]>
| -rw-r--r-- | board/vscom/baltos/board.c | 2 | ||||
| -rw-r--r-- | board/vscom/baltos/mux.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/board/vscom/baltos/board.c b/board/vscom/baltos/board.c index bc7dc5888f2..2c91e9fac43 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 7b99cf0e182..77b142f08f0 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> |
