From 0b53d8b883684a68b1e218f6c6ddb2a9d302558c Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 29 Jan 2021 19:17:24 +0530 Subject: soc/intel/alderlake: Remove pch.h from SoC directory Remove unnecessary include of soc/pch.h from - bootblock/pch.c - bootblock/report_platform.c - bootblock/uart.c Define PCIE_CLK_XXX macro inside chip.h for mb/devicetree.cb to consume. Change-Id: Ic08ef586d4590462434ba2c64e21dd802ccc6800 Signed-off-by: Eric Lai Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/50132 Reviewed-by: Angel Pons Reviewed-by: Tim Wawrzynczak Tested-by: build bot (Jenkins) --- src/soc/intel/alderlake/bootblock/pch.c | 1 - src/soc/intel/alderlake/bootblock/report_platform.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/soc/intel/alderlake/bootblock') diff --git a/src/soc/intel/alderlake/bootblock/pch.c b/src/soc/intel/alderlake/bootblock/pch.c index 662f33e1b7..3a92661f08 100644 --- a/src/soc/intel/alderlake/bootblock/pch.c +++ b/src/soc/intel/alderlake/bootblock/pch.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include diff --git a/src/soc/intel/alderlake/bootblock/report_platform.c b/src/soc/intel/alderlake/bootblock/report_platform.c index 8cc81c13a0..002b306e0c 100644 --- a/src/soc/intel/alderlake/bootblock/report_platform.c +++ b/src/soc/intel/alderlake/bootblock/report_platform.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3