From 78903802662eb72de126688bf1e974a3044f4de9 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 20 Apr 2021 22:37:35 +0200 Subject: [PATCH] soc/amd/picasso/chip.h: use types.h Since the next patch will use a boolean, replace the stddef.h and stdint.h includes with types.h to have all that we'll need. Signed-off-by: Felix Held Change-Id: I0d062c8de29aa3688a911d7887faf592020b33c2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52552 Reviewed-by: Raul Rangel Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/chip.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/soc/amd/picasso/chip.h b/src/soc/amd/picasso/chip.h index 2b0cbf49f476..4329bdd4ed55 100644 --- a/src/soc/amd/picasso/chip.h +++ b/src/soc/amd/picasso/chip.h @@ -3,8 +3,6 @@ #ifndef __PICASSO_CHIP_H__ #define __PICASSO_CHIP_H__ -#include -#include #include #include #include @@ -12,6 +10,7 @@ #include #include #include /* point from top level */ +#include /* USB 2.0 PHY Parameters