From bf90b14d6a163a87ad5d0e702b4838754d57b9a6 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 15 Sep 2020 16:19:54 +0200 Subject: soc/amd/picasso/data_fabric: include types.h data_fabric.c uses types from stdint.h, but doesn't include stdint.h directly, so replace the inclusion of stdbool.h with types.h which includes both stdbool.h and stdint.h. Change-Id: I4c1ea444e50218cf19fc8fff499929336265bd03 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/45429 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Aaron Durbin Reviewed-by: HAOUAS Elyes Reviewed-by: Furquan Shaikh Reviewed-by: Jason Glenesk --- src/soc/amd/picasso/data_fabric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/picasso') diff --git a/src/soc/amd/picasso/data_fabric.c b/src/soc/amd/picasso/data_fabric.c index 23cb94c837..daeca99909 100644 --- a/src/soc/amd/picasso/data_fabric.c +++ b/src/soc/amd/picasso/data_fabric.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include static void disable_mmio_reg(int reg) { -- cgit v1.2.3