board: variscite: 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:09 -06:00
parent 3fc02fdb71
commit a642c72bee
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* Copyright (C) 2019 Parthiban Nallathambi <parthitce@gmail.com>
*/
#include <common.h>
#include <config.h>
#include <init.h>
#include <spl.h>
#include <asm/arch/clock.h>

View File

@ -5,7 +5,6 @@
* Copyright 2023 DimOnOff Inc.
*/
#include <common.h>
#include <dm.h>
#include <env.h>
#include <fdtdec.h>