summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-09-12 01:28:46 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-09-13 00:01:12 +0000
commit2e800038abc2745cf8f44bba8817f23904411390 (patch)
tree38cd98c7817214ff5adfb6f70f5c3e1f0187cfdc
parent1b89f5eeab3f28c6d4d096203c9bd0deaf21f19e (diff)
downloadcoreboot-2e800038abc2745cf8f44bba8817f23904411390.tar.xz
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>
-rw-r--r--src/soc/amd/picasso/uart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/uart.c b/src/soc/amd/picasso/uart.c
index 0bf7eb88d7..881bc3e470 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;