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 --- board_enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board_enable.c') diff --git a/board_enable.c b/board_enable.c index 9d458132..00809f71 100644 --- a/board_enable.c +++ b/board_enable.c @@ -2585,7 +2585,7 @@ static const struct board_match *board_match_name(const char *vendor, const char * Match boards on PCI IDs and subsystem IDs. * Second set of IDs can be either main+subsystem IDs, main IDs or no IDs. */ -const static struct board_match *board_match_pci_ids(enum board_match_phase phase) +static const struct board_match *board_match_pci_ids(enum board_match_phase phase) { const struct board_match *board = board_matches; -- cgit v1.2.3