mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 13:11:11 +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:
@@ -884,8 +884,7 @@ static struct pci_id sundance_nics[] = {
|
||||
PCI_ROM(0x1186, 0x1002, "dfe530txs", "D-Link DFE530TXS (Sundance ST201 Alta)"),
|
||||
};
|
||||
|
||||
static struct pci_driver sundance_driver =
|
||||
PCI_DRIVER ( sundance_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( sundance_driver, sundance_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "SUNDANCE/PCI", nic_driver, pci_driver, sundance_driver,
|
||||
sundance_probe, sundance_disable );
|
||||
|
||||
Reference in New Issue
Block a user