Oops. The new pci_ids array should be static.
This commit is contained in:
parent
eb824131fd
commit
3c1cc01f36
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user