Oops. The new pci_ids array should be static.

This commit is contained in:
nsayer 2001-08-23 03:06:16 +00:00
parent eb824131fd
commit 3c1cc01f36

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