1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Oops. The new pci_ids array should be static.

This commit is contained in:
Nick Sayer 2001-08-23 03:06:16 +00:00
parent 85ceedd60f
commit 499147571e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82167

View File

@ -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[] = {