From 968a58df848af36841f952391f436b576458f4f4 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 1 Feb 2024 19:51:57 +0100 Subject: soc/amd/common/amdblocks/pci_clk_req: remove unneeded include Remove the unused soc/platform_descriptors.h include and add the missing types.h include. Signed-off-by: Felix Held Change-Id: Ie0b066aa5dc657f7709f9cce734a025180bf5bfe Reviewed-on: https://review.coreboot.org/c/coreboot/+/80291 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/soc/amd/common/block/include/amdblocks/pci_clk_req.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/soc/amd/common/block/include/amdblocks/pci_clk_req.h b/src/soc/amd/common/block/include/amdblocks/pci_clk_req.h index 32dadf45b2..7c10e5d604 100644 --- a/src/soc/amd/common/block/include/amdblocks/pci_clk_req.h +++ b/src/soc/amd/common/block/include/amdblocks/pci_clk_req.h @@ -3,7 +3,7 @@ #ifndef AMD_BLOCK_PCI_GPP_H #define AMD_BLOCK_PCI_GPP_H -#include +#include enum gpp_clk_req { GPP_CLK_ON, /* GPP clock always on; default */ -- cgit v1.2.3