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:
parent
85ceedd60f
commit
499147571e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82167
@ -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