Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56290 )
Change subject: soc/amd/cezanne/mca: add missing types.h include ......................................................................
soc/amd/cezanne/mca: add missing types.h include
Change-Id: Ic31e9b1ca7f8fac0721c95935c79150d7f774aa4 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/soc/amd/cezanne/mca.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/56290/1
diff --git a/src/soc/amd/cezanne/mca.c b/src/soc/amd/cezanne/mca.c index 68fae29..0c5ca48 100644 --- a/src/soc/amd/cezanne/mca.c +++ b/src/soc/amd/cezanne/mca.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */
#include <amdblocks/mca.h> +#include <types.h>
void mca_check_all_banks(void) {