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:
Arthur Heymans 2022-11-07 17:20:11 +01:00 committed by Felix Held
parent 2a86ef5bb8
commit e0fc3da747
1 changed files with 1 additions and 1 deletions

View File

@ -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;