mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
Automatically updated with
perl -pi -0777 -e 's/^static struct \w+_driver (\w+) =\s*(\w+_DRIVER \()/${2} ${1},/msg' *.c
This commit is contained in:
@@ -932,8 +932,7 @@ static struct pci_id forcedeth_nics[] = {
|
||||
PCI_ROM(0x10de, 0x00D6, "nforce3", "nForce3 Ethernet Controller"),
|
||||
};
|
||||
|
||||
static struct pci_driver forcedeth_driver =
|
||||
PCI_DRIVER ( forcedeth_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( forcedeth_driver, forcedeth_nics, PCI_NO_CLASS );
|
||||
|
||||
/**************************************************************************
|
||||
PROBE - Look for an adapter, this routine's visible to the outside
|
||||
|
||||
Reference in New Issue
Block a user