mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Oops. The new pci_ids array should be static.
This commit is contained in:
parent
85ceedd60f
commit
499147571e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue