diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-10-20 19:14:08 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-21 21:03:33 +0000 |
commit | 3adfeec58fa77cf545fdb176823ce4e581d7fb0b (patch) | |
tree | 3b196f5cb6b3a9a1baaefb1eb30e9b51869a48a4 /src/soc/amd/stoneyridge/uart.c | |
parent | 669a7676354cab322873683868ff19d34c0cd302 (diff) |
soc/amd/*/uart: cleanup includes
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I59ab9c2eaa65d974d418123e87e9afe65b1168cc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68633
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/soc/amd/stoneyridge/uart.c')
-rw-r--r-- | src/soc/amd/stoneyridge/uart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/uart.c b/src/soc/amd/stoneyridge/uart.c index 86e2626a50..7fbba07a78 100644 --- a/src/soc/amd/stoneyridge/uart.c +++ b/src/soc/amd/stoneyridge/uart.c @@ -2,6 +2,7 @@ #include <amdblocks/gpio.h> #include <amdblocks/uart.h> +#include <commonlib/helpers.h> #include <soc/aoac_defs.h> #include <soc/gpio.h> #include <soc/iomap.h> |