diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 12:52:43 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 22:22:44 +0000 |
commit | 54c9bf8e12240c8f91566b80462a8f8bdf1a5c16 (patch) | |
tree | d14de21d446c9a04fe62615743f9b25560d01b7f /src/soc/intel/xeon_sp | |
parent | f40f3907d554f56e62ea0998e43c388ff3dec4c3 (diff) |
tree: Drop unused <console/console.h>
Change-Id: Ib1a8fc50217c84e835080c70269ff50fc001392c
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81811
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm>
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/xeon_sp')
-rw-r--r-- | src/soc/intel/xeon_sp/pch.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/pmc.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/pmutil.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/xeon_sp/pch.c b/src/soc/intel/xeon_sp/pch.c index 23af6d9cb1..5f480d6ea8 100644 --- a/src/soc/intel/xeon_sp/pch.c +++ b/src/soc/intel/xeon_sp/pch.c @@ -9,7 +9,6 @@ #include <soc/bootblock.h> #include <soc/pch.h> #include <soc/pmc.h> -#include <console/console.h> void override_hpet_ioapic_bdf(void) { diff --git a/src/soc/intel/xeon_sp/pmc.c b/src/soc/intel/xeon_sp/pmc.c index 4321625a16..6a784e0d12 100644 --- a/src/soc/intel/xeon_sp/pmc.c +++ b/src/soc/intel/xeon_sp/pmc.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <device/device.h> #include <device/pci_ops.h> #include <intelblocks/pmc.h> diff --git a/src/soc/intel/xeon_sp/pmutil.c b/src/soc/intel/xeon_sp/pmutil.c index 336e867a96..0d77a2a741 100644 --- a/src/soc/intel/xeon_sp/pmutil.c +++ b/src/soc/intel/xeon_sp/pmutil.c @@ -7,7 +7,6 @@ #define __SIMPLE_DEVICE__ -#include <console/console.h> #include <device/pci.h> #include <intelblocks/pmclib.h> #include <intelblocks/rtc.h> |