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