board: google: 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:41:54 -06:00
parent e779aff05f
commit 2e6ecea31e
4 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_SYSINFO
#include <common.h>
#include <bloblist.h>
#include <command.h>
#include <cros_ec.h>

View File

@ -3,7 +3,6 @@
* Copyright 2020 NXP
*/
#include <common.h>
#include <env.h>
#include <init.h>
#include <malloc.h>

View File

@ -4,7 +4,7 @@
*
*/
#include <common.h>
#include <config.h>
#include <hang.h>
#include <asm/global_data.h>
#include <asm/io.h>

View File

@ -4,7 +4,6 @@
*/
#include <clk.h>
#include <common.h>
#include <dm.h>
#include <init.h>
#include <log.h>