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>
This commit is contained in:
Tom Rini 2024-04-30 20:43:10 -06:00
parent a642c72bee
commit 5da43cb7d9
2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -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>