Attention is currently required from: Fred Reitberger, Jason Glenesk, Matt DeVillier.
Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/80291?usp=email )
Change subject: soc/amd/common/amdblocks/pci_clk_req: remove unneeded include ......................................................................
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 --- M src/soc/amd/common/block/include/amdblocks/pci_clk_req.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/80291/1
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 32dadf4..7c10e5d 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 */