Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/45309 )
Change subject: soc/amd/picasso/uart: add missing types.h include ......................................................................
soc/amd/picasso/uart: add missing types.h include
BRANCH=zork
Change-Id: I51923d72a2ad8dceeef11e15fb6765262dd514d9 Signed-off-by: Felix Held felix-coreboot@felixheld.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/45309 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Furquan Shaikh furquan@google.com --- M src/soc/amd/picasso/uart.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Furquan Shaikh: Looks good to me, approved
diff --git a/src/soc/amd/picasso/uart.c b/src/soc/amd/picasso/uart.c index 0bf7eb8..881bc3e 100644 --- a/src/soc/amd/picasso/uart.c +++ b/src/soc/amd/picasso/uart.c @@ -9,6 +9,7 @@ #include <soc/southbridge.h> #include <soc/gpio.h> #include <soc/uart.h> +#include <types.h>
static const struct _uart_info { uintptr_t base;