mb/intel/harcuvar: Fix strict prototype warning
Clang warns on both the declaration and the definction. Change-Id: I94d979fcdbe41349c59248656066615bffd215b6 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69308 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
2a86ef5bb8
commit
e0fc3da747
|
@ -6,7 +6,7 @@
|
|||
#include "spd.h"
|
||||
|
||||
/* Get SPD data for on-board memory */
|
||||
uint8_t *mainboard_find_spd_data()
|
||||
uint8_t *mainboard_find_spd_data(void)
|
||||
{
|
||||
uint8_t *spd_data;
|
||||
int spd_index;
|
||||
|
|
Loading…
Reference in New Issue