diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-04-26 12:19:39 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-04-26 12:19:39 +0000 |
commit | 7e534b585fca690c57dcd4de6c5b63f61a6f7b3f (patch) | |
tree | 55856d1e4f4de4a0b9ecb0c894cd6f0f6604057f /src/drivers/net/sundance.c | |
parent | fcee25024fa8d0851c8b863c8df7ba1c70f31c32 (diff) | |
download | ipxe-7e534b585fca690c57dcd4de6c5b63f61a6f7b3f.tar.gz |
Automatically updated with
perl -pi -0777 -e 's/^static struct \w+_driver (\w+) =\s*(\w+_DRIVER \()/${2} ${1},/msg' *.c
Diffstat (limited to 'src/drivers/net/sundance.c')
-rw-r--r-- | src/drivers/net/sundance.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/net/sundance.c b/src/drivers/net/sundance.c index 4f2adf2a..3195cb8b 100644 --- a/src/drivers/net/sundance.c +++ b/src/drivers/net/sundance.c @@ -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 ); |