diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2024-02-01 19:51:57 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-02-02 20:36:14 +0000 |
commit | 968a58df848af36841f952391f436b576458f4f4 (patch) | |
tree | 15ba496f8ab2eb4c47e23b43a5390e487e146c60 /src/soc/amd/common/block | |
parent | 44dddc7b6ab035174499ac1b57cbb94f30e40a86 (diff) |
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 <felix-coreboot@felixheld.de>
Change-Id: Ie0b066aa5dc657f7709f9cce734a025180bf5bfe
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80291
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/soc/amd/common/block')
-rw-r--r-- | src/soc/amd/common/block/include/amdblocks/pci_clk_req.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <soc/platform_descriptors.h> +#include <types.h> enum gpp_clk_req { GPP_CLK_ON, /* GPP clock always on; default */ |