mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +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:
@@ -1224,8 +1224,7 @@ static struct pci_id dmfe_nics[] = {
|
||||
PCI_ROM(0x1282, 0x9132, "dmfe9132", "Davicom 9132"), /* Needs probably some fixing */
|
||||
};
|
||||
|
||||
static struct pci_driver dmfe_driver =
|
||||
PCI_DRIVER ( dmfe_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( dmfe_driver, dmfe_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "DMFE/PCI", nic_driver, pci_driver, dmfe_driver,
|
||||
dmfe_probe, dmfe_disable );
|
||||
|
||||
Reference in New Issue
Block a user