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:
@@ -3384,8 +3384,7 @@ PCI_ROM(0x173b, 0x03ea, "tg3-ac9100", "Altima AC9100"),
|
||||
PCI_ROM(0x173b, 0x03eb, "tg3-ac1003", "Altima AC1003"),
|
||||
};
|
||||
|
||||
static struct pci_driver tg3_driver =
|
||||
PCI_DRIVER ( tg3_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( tg3_driver, tg3_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "TG3", nic_driver, pci_driver, tg3_driver,
|
||||
tg3_probe, tg3_disable );
|
||||
|
||||
Reference in New Issue
Block a user