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/mendocino/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/mendocino/uart.c')
-rw-r--r-- | src/soc/amd/mendocino/uart.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/mendocino/uart.c b/src/soc/amd/mendocino/uart.c index d4bf2feae9..03fc593624 100644 --- a/src/soc/amd/mendocino/uart.c +++ b/src/soc/amd/mendocino/uart.c @@ -3,8 +3,6 @@ #include <amdblocks/gpio.h> #include <amdblocks/uart.h> #include <commonlib/helpers.h> -#include <console/console.h> -#include <device/device.h> #include <device/mmio.h> #include <soc/aoac_defs.h> #include <soc/gpio.h> |