diff options
| -rw-r--r-- | sys/dev/wi/if_wi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { |
