soc/intel/broadwell: Drop unused function declarations

These functions are never defined. Remove the unused declarations.

Change-Id: I4204265680d06bf83fc42f061fd7270ff8e3305e
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55798
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2021-06-23 13:14:59 +02:00 committed by Felix Held
parent 12fc21b1cf
commit d0ef3a46d9
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,5 @@ void report_platform_info(void);
void systemagent_early_init(void); void systemagent_early_init(void);
void pch_early_init(void); void pch_early_init(void);
void pch_uart_init(void);
void intel_early_me_status(void);
#endif #endif