From 8ebdbbc3cb0aaca6581a7ba0a3ad92784ed502df Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 18 Oct 2022 20:52:42 +0200 Subject: soc/amd: move set_uart_config prototype to common UART header Signed-off-by: Felix Held Change-Id: I97860292fd3cd0330fec40edb31089cd6608906b Reviewed-on: https://review.coreboot.org/c/coreboot/+/68560 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- src/soc/amd/mendocino/early_fch.c | 1 + src/soc/amd/mendocino/include/soc/uart.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/mendocino') diff --git a/src/soc/amd/mendocino/early_fch.c b/src/soc/amd/mendocino/early_fch.c index a1cf908a4d..fb359b33b3 100644 --- a/src/soc/amd/mendocino/early_fch.c +++ b/src/soc/amd/mendocino/early_fch.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include diff --git a/src/soc/amd/mendocino/include/soc/uart.h b/src/soc/amd/mendocino/include/soc/uart.h index 6e22ef758b..b7bd9774e3 100644 --- a/src/soc/amd/mendocino/include/soc/uart.h +++ b/src/soc/amd/mendocino/include/soc/uart.h @@ -5,7 +5,6 @@ #include -void set_uart_config(unsigned int idx); /* configure hardware of FCH UART selected by idx */ void clear_uart_legacy_config(void); /* disable legacy I/O decode for FCH UART */ #endif /* AMD_MENDOCINO_UART_H */ -- cgit v1.2.3