diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-07-13 21:12:46 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-07-14 20:27:16 +0000 |
commit | e4a6edf5993396556ed09ee585558c03456449e4 (patch) | |
tree | d4b71529ffd23a710bef01d8380d00df59c79590 /src/soc/amd/stoneyridge | |
parent | 679c37aa8de55ae28fc4ff13b2dd45d3905e0c0b (diff) |
soc/amd/stoneyridge/mca: add missing types.h include
Change-Id: Ifbcad4d81fb9f6c359a870be73b05ed86441e7f0
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56271
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r-- | src/soc/amd/stoneyridge/mca.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/mca.c b/src/soc/amd/stoneyridge/mca.c index d9aac913e9..d44400365a 100644 --- a/src/soc/amd/stoneyridge/mca.c +++ b/src/soc/amd/stoneyridge/mca.c @@ -9,6 +9,7 @@ #include <console/console.h> #include <arch/bert_storage.h> #include <cper.h> +#include <types.h> struct mca_bank_status { unsigned int bank; |