From 97d5b126c635ec6ad2fd3ef44deec245669ad942 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Wed, 31 Aug 2011 16:19:50 +0000 Subject: Shorten some board enable related function names Corresponding to flashrom svn r1424. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Stefan Tauner --- print_wiki.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print_wiki.c') diff --git a/print_wiki.c b/print_wiki.c index b70da8606..74479a551 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -125,7 +125,7 @@ static void wiki_helper(const char *devicetype, int cols, int num_notes = 0; char *notes = calloc(1, 1); char tmp[900 + 1]; - const struct board_pciid_enable *b = board_pciid_enables; + const struct board_match *b = board_matches; for (i = 0; boards[i].vendor != NULL; i++) { if (boards[i].working) -- cgit v1.2.3