From 499147571e246e690da2d4e8e9889a890bd35532 Mon Sep 17 00:00:00 2001 From: Nick Sayer Date: Thu, 23 Aug 2001 03:06:16 +0000 Subject: [PATCH] Oops. The new pci_ids array should be static. --- sys/dev/wi/if_wi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 164fcf41e094..4c10c10c2129 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -203,7 +203,7 @@ static driver_t wi_pci_driver = { sizeof(struct wi_softc) }; -struct { +static struct { unsigned int vendor,device; char *desc; } pci_ids[] = {