src/soc/amd: Remove unused <console/console.h>
Found using: diff <(git grep -l '#include <console/console.h>' -- src/) <(git grep -l 'console_time_report\|console_time_get_and_reset\|do_putchar\|vprintk\|printk\|console_log_level\|console_init\|get_log_level\|CONSOLE_ENABLE\|get_console_loglevel\|die_notify\|die_with_post_code\|die\|arch_post_code\|mainboard_post\|post_code\|RAM_SPEW\|RAM_DEBUG\|BIOS_EMERG\|BIOS_ALERT\|BIOS_CRIT\|BIOS_ERR\|BIOS_WARNING\|BIOS_NOTICE\|BIOS_INFO\|BIOS_DEBUG\|BIOS_SPEW\|BIOS_NEVER' -- src/) |grep "<" Change-Id: Iff7fdd679ac31a121d56746ed8efa1b3da932638 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60924 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include <amdblocks/lpc.h>
|
||||
#include <amdblocks/pmlib.h>
|
||||
#include <amdblocks/smbus.h>
|
||||
#include <console/console.h>
|
||||
#include <soc/i2c.h>
|
||||
#include <soc/southbridge.h>
|
||||
#include <soc/uart.h>
|
||||
|
@@ -5,7 +5,6 @@
|
||||
#include <acpi/acpigen_pci.h>
|
||||
#include <amdblocks/amd_pci_util.h>
|
||||
#include <arch/ioapic.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
|
||||
static void acpigen_write_PRT_GSI(const struct pci_routing_info *routing_info)
|
||||
|
@@ -5,7 +5,6 @@
|
||||
#include <acpi/acpigen_pci.h>
|
||||
#include <amdblocks/amd_pci_util.h>
|
||||
#include <assert.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
@@ -2,7 +2,6 @@
|
||||
|
||||
#include <cbfs.h>
|
||||
#include <cbmem.h>
|
||||
#include <console/console.h>
|
||||
#include <rmodule.h>
|
||||
#include <stage_cache.h>
|
||||
#include <amdblocks/agesawrapper.h>
|
||||
|
@@ -4,7 +4,6 @@
|
||||
#include <acpi/acpi_crat.h>
|
||||
#include <acpi/acpi_ivrs.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/amd/cpuid.h>
|
||||
#include <cpu/amd/msr.h>
|
||||
#include <FspGuids.h>
|
||||
|
@@ -7,7 +7,6 @@
|
||||
#include <amdblocks/pmlib.h>
|
||||
#include <amdblocks/smbus.h>
|
||||
#include <amdblocks/spi.h>
|
||||
#include <console/console.h>
|
||||
#include <soc/i2c.h>
|
||||
#include <soc/southbridge.h>
|
||||
#include <soc/uart.h>
|
||||
|
@@ -1,6 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <device/mmio.h>
|
||||
#include <bootstate.h>
|
||||
#include <cpu/amd/msr.h>
|
||||
|
@@ -1,6 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <device/mmio.h>
|
||||
#include <bootstate.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
|
@@ -3,7 +3,6 @@
|
||||
#include <amdblocks/smm.h>
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <cpu/amd/msr.h>
|
||||
|
@@ -1,6 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <soc/pci_devs.h>
|
||||
|
Reference in New Issue
Block a user