From 54c9bf8e12240c8f91566b80462a8f8bdf1a5c16 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Tue, 9 Apr 2024 12:52:43 +0200 Subject: tree: Drop unused Change-Id: Ib1a8fc50217c84e835080c70269ff50fc001392c Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81811 Reviewed-by: Varshit Pandya Reviewed-by: Jonathon Hall Reviewed-by: Yidi Lin Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/p2sb/ioe_p2sb.c | 1 - src/soc/intel/common/block/p2sb/p2sb.c | 1 - src/soc/intel/meteorlake/pcie_rp.c | 1 - src/soc/intel/meteorlake/soc_info.c | 1 - src/soc/intel/xeon_sp/pch.c | 1 - src/soc/intel/xeon_sp/pmc.c | 1 - src/soc/intel/xeon_sp/pmutil.c | 1 - 7 files changed, 7 deletions(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/common/block/p2sb/ioe_p2sb.c b/src/soc/intel/common/block/p2sb/ioe_p2sb.c index 41b815bad4..769b853af2 100644 --- a/src/soc/intel/common/block/p2sb/ioe_p2sb.c +++ b/src/soc/intel/common/block/p2sb/ioe_p2sb.c @@ -2,7 +2,6 @@ #define __SIMPLE_DEVICE__ -#include #include #include #include diff --git a/src/soc/intel/common/block/p2sb/p2sb.c b/src/soc/intel/common/block/p2sb/p2sb.c index 04318c8330..e348501cde 100644 --- a/src/soc/intel/common/block/p2sb/p2sb.c +++ b/src/soc/intel/common/block/p2sb/p2sb.c @@ -3,7 +3,6 @@ #define __SIMPLE_DEVICE__ #include -#include #include #include #include diff --git a/src/soc/intel/meteorlake/pcie_rp.c b/src/soc/intel/meteorlake/pcie_rp.c index 1b4045ec43..9f59ce1f97 100644 --- a/src/soc/intel/meteorlake/pcie_rp.c +++ b/src/soc/intel/meteorlake/pcie_rp.c @@ -4,7 +4,6 @@ #include #include #include -#include static const struct pcie_rp_group mtlp_rp_groups[] = { { .slot = PCI_DEV_SLOT_PCIE_1, .start = 0, .count = 8, .lcap_port_base = 1 }, diff --git a/src/soc/intel/meteorlake/soc_info.c b/src/soc/intel/meteorlake/soc_info.c index 0772c7799b..275d56876c 100644 --- a/src/soc/intel/meteorlake/soc_info.c +++ b/src/soc/intel/meteorlake/soc_info.c @@ -5,7 +5,6 @@ #include #include #include -#include uint8_t get_max_usb20_port(void) { 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 #include #include -#include 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 #include #include #include 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 #include #include #include -- cgit v1.2.3