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
+1 -2
View File
@@ -1006,8 +1006,7 @@ PCI_ROM(0x10bd, 0x0e34, "surecom-ne34", "Surecom NE34"),
PCI_ROM(0x1106, 0x0926, "via86c926", "Via 86c926"),
};
static struct pci_driver nepci_driver =
PCI_DRIVER ( "NE2000/PCI", nepci_nics, PCI_NO_CLASS );
PCI_DRIVER ( nepci_driver, "NE2000/PCI", nepci_nics, PCI_NO_CLASS );
BOOT_DRIVER ( "NE2000/PCI", nepci_probe );