tree: Use <console/console.h> only when used
Change-Id: I3cb1f11beba61afdf2be6188bde9ff135f8ace50 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83288 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int dma_coherent(const void *ptr)
|
||||
|
@@ -3,7 +3,6 @@
|
||||
#include <arch/cache.h>
|
||||
#include <arch/lib_helpers.h>
|
||||
#include <arch/smc.h>
|
||||
#include <console/console.h>
|
||||
#include <smbios.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
@@ -5,7 +5,6 @@
|
||||
|
||||
#include <types.h>
|
||||
#include <device/i2c_simple.h>
|
||||
#include <console/console.h>
|
||||
|
||||
enum rcw_idx {
|
||||
VEN_ID_L,
|
||||
|
@@ -1,6 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <soc/romstage.h>
|
||||
#include <soc/ddr.h>
|
||||
#include <soc/soc_util.h>
|
||||
|
@@ -2,7 +2,6 @@
|
||||
|
||||
#include <acpi/acpigen_pci.h>
|
||||
#include <assert.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci.h>
|
||||
#include <intelblocks/acpi.h>
|
||||
#include <post.h>
|
||||
|
@@ -3,7 +3,6 @@
|
||||
#ifndef __SOC_COMMON_QCOM_QUP_SE_H__
|
||||
#define __SOC_COMMON_QCOM_QUP_SE_H__
|
||||
|
||||
#include <console/console.h>
|
||||
#include <device/mmio.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/addressmap.h>
|
||||
|
@@ -1,7 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <console/console.h>
|
||||
|
||||
/* USB3PHY_PCIE_USB3_PCS_PCS_STATUS bit */
|
||||
#define USB3_PCS_PHYSTATUS BIT(6)
|
||||
|
@@ -1,7 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <console/console.h>
|
||||
|
||||
#define PORT_TUNE1_MASK 0xf0
|
||||
|
||||
|
@@ -1,7 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <console/console.h>
|
||||
|
||||
struct usb_board_data {
|
||||
/*Register values going to override from the boardfile*/
|
||||
|
@@ -1,6 +1,7 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <assert.h>
|
||||
#include <console/console.h>
|
||||
#include <lib.h>
|
||||
#include <soc/clock.h>
|
||||
#include <soc/gpio.h>
|
||||
|
@@ -1,5 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <timer.h>
|
||||
#include <soc/usb/qmp_usb_phy.h>
|
||||
#include <soc/addressmap.h>
|
||||
|
@@ -1,5 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <timer.h>
|
||||
#include <soc/usb/qmp_usb_phy.h>
|
||||
#include <soc/addressmap.h>
|
||||
|
@@ -1,5 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <soc/usb/qusb_phy.h>
|
||||
#include <soc/efuse.h>
|
||||
#include <timer.h>
|
||||
|
@@ -1,5 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <soc/usb/snps_usb_phy.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <commonlib/helpers.h>
|
||||
|
@@ -2,7 +2,6 @@
|
||||
|
||||
#include <device/device.h>
|
||||
#include <device/pnp.h>
|
||||
#include <console/console.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <superio/ite/common/env_ctrl.h>
|
||||
#include <arch/io.h>
|
||||
|
Reference in New Issue
Block a user