1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

Fix several -Wold-style-declaration warnings

Change-Id: Iffe5e652779a13ee7f64696fb5df4a781fe9a632
Signed-off-by: Richard Hughes <richard@hughsie.com>
Reviewed-on: https://review.coreboot.org/c/30404
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Richard Hughes
2018-12-19 11:54:47 +00:00
committed by Nico Huber
parent d82be7b2be
commit 93e1625f9f
4 changed files with 5 additions and 5 deletions

View File

@ -218,7 +218,7 @@ static int nicintel_spi_82599_enable_flash(void)
return 0;
}
static int nicintel_spi_i210_enable_flash()
static int nicintel_spi_i210_enable_flash(void)
{
uint32_t tmp;