board: intel: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-04-30 20:42:00 -06:00
parent f7fd0355e0
commit 57ed70da09
7 changed files with 0 additions and 7 deletions

View File

@ -3,7 +3,6 @@
* Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
*/
#include <common.h>
#include <asm/arch/gpio.h>
#include <asm/fsp1/fsp_support.h>

View File

@ -3,7 +3,6 @@
* Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <init.h>

View File

@ -3,7 +3,6 @@
* Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
*/
#include <common.h>
#include <init.h>
#include <asm/ibmpc.h>
#include <asm/pnp_def.h>

View File

@ -2,7 +2,6 @@
/*
* Copyright (c) 2017 Intel Corporation
*/
#include <common.h>
#include <env.h>
#include <init.h>
#include <mmc.h>

View File

@ -3,7 +3,6 @@
* Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
*/
#include <common.h>
#include <asm/io.h>
#include <asm/arch/device.h>
#include <asm/arch/quark.h>

View File

@ -3,7 +3,6 @@
* Copyright (C) 2015, Google, Inc
*/
#include <common.h>
#include <dm.h>
#include <init.h>
#include <log.h>

View File

@ -3,7 +3,6 @@
* Copyright (C) 2019 Intel Corporation <www.intel.com>
*/
#include <common.h>
#include <init.h>
int board_early_init_r(void)