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:
@@ -109,8 +109,7 @@ PCI_ROM(0xec80, 0xec00, "f5d6000", "Belkin F5D6000"),
|
||||
PCI_ROM(0x126c, 0x8030, "emobility", "Nortel emobility"),
|
||||
};
|
||||
|
||||
static struct pci_driver prism2_plx_driver =
|
||||
PCI_DRIVER ( prism2_plx_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( prism2_plx_driver, prism2_plx_nics, PCI_NO_CLASS );
|
||||
|
||||
|
||||
DRIVER ( "Prism2/PLX", nic_driver, pci_driver, prism2_plx_driver,
|
||||
|
||||
Reference in New Issue
Block a user