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
@@ -45,8 +45,7 @@ static struct mca_id el3_mca_adapters[] = {
{ "3Com 3c529 EtherLink III (TP)", 0x62f7 },
};
static struct mca_driver t529_driver
= MCA_DRIVER ( el3_mca_adapters );
MCA_DRIVER ( t529_driver, el3_mca_adapters );
DRIVER ( "3c529", nic_driver, mca_driver, t529_driver,
t529_probe, t529_disable );