mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +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:
@@ -832,8 +832,7 @@ PCI_ROM(0x8086, 0x5201, "eepro100-5201", "Intel EtherExpress PRO/100 Intelligent
|
||||
* 2003/03/17 gbaum */
|
||||
|
||||
|
||||
static struct pci_driver eepro100_driver =
|
||||
PCI_DRIVER ( eepro100_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( eepro100_driver, eepro100_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "EEPRO100", nic_driver, pci_driver, eepro100_driver,
|
||||
eepro100_probe, eepro100_disable );
|
||||
|
||||
Reference in New Issue
Block a user