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:
Michael Brown
2005-04-26 12:19:39 +00:00
parent fcee25024f
commit 7e534b585f
33 changed files with 40 additions and 78 deletions

View File

@@ -713,8 +713,7 @@ PCI_ROM(0x1282, 0x9009, "davicom9009", "Davicom 9009"),
PCI_ROM(0x1282, 0x9132, "davicom9132", "Davicom 9132"), /* Needs probably some fixing */
};
static struct pci_driver davicom_driver =
PCI_DRIVER ( davicom_nics, PCI_NO_CLASS );
PCI_DRIVER ( davicom_driver, davicom_nics, PCI_NO_CLASS );
DRIVER ( "DAVICOM", nic_driver, pci_driver, davicom_driver,
davicom_probe, davicom_disable );