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:
@@ -541,8 +541,7 @@ PCI_ROM(0x14ea, 0xab07, "fnw3800tx", "Planex FNW-3800-TX"),
|
||||
PCI_ROM(0xffff, 0x8139, "clone-rtl8139", "Cloned 8139"),
|
||||
};
|
||||
|
||||
static struct pci_driver rtl8139_driver =
|
||||
PCI_DRIVER ( rtl8139_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( rtl8139_driver, rtl8139_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "RTL8139", nic_driver, pci_driver, rtl8139_driver,
|
||||
rtl8139_probe, rtl_disable );
|
||||
|
||||
Reference in New Issue
Block a user