From 93e1625f9fb5f1080c40685488d006b2982062d7 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 19 Dec 2018 11:54:47 +0000 Subject: Fix several -Wold-style-declaration warnings Change-Id: Iffe5e652779a13ee7f64696fb5df4a781fe9a632 Signed-off-by: Richard Hughes Reviewed-on: https://review.coreboot.org/c/30404 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- nicintel_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nicintel_spi.c') diff --git a/nicintel_spi.c b/nicintel_spi.c index 4d20c408f..f31a2f92a 100644 --- a/nicintel_spi.c +++ b/nicintel_spi.c @@ -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; -- cgit v1.2.3