From d0ef3a46d92bf0a2d396e4a9c7941a301eb5ade5 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 23 Jun 2021 13:14:59 +0200 Subject: [PATCH] soc/intel/broadwell: Drop unused function declarations These functions are never defined. Remove the unused declarations. Change-Id: I4204265680d06bf83fc42f061fd7270ff8e3305e Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/55798 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/soc/intel/broadwell/include/soc/romstage.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/soc/intel/broadwell/include/soc/romstage.h b/src/soc/intel/broadwell/include/soc/romstage.h index 8a9953b403..a18f4a6539 100644 --- a/src/soc/intel/broadwell/include/soc/romstage.h +++ b/src/soc/intel/broadwell/include/soc/romstage.h @@ -18,7 +18,5 @@ void report_platform_info(void); void systemagent_early_init(void); void pch_early_init(void); -void pch_uart_init(void); -void intel_early_me_status(void); #endif