summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/mtd80x.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-26 14:19:39 +0200
committerMichael Brown2005-04-26 14:19:39 +0200
commit7e534b585fca690c57dcd4de6c5b63f61a6f7b3f (patch)
tree55856d1e4f4de4a0b9ecb0c894cd6f0f6604057f /src/drivers/net/mtd80x.c
parentBIOS floppy handling code moved to where it will really live. (diff)
downloadipxe-7e534b585fca690c57dcd4de6c5b63f61a6f7b3f.tar.gz
ipxe-7e534b585fca690c57dcd4de6c5b63f61a6f7b3f.tar.xz
ipxe-7e534b585fca690c57dcd4de6c5b63f61a6f7b3f.zip
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/mtd80x.c')
-rw-r--r--src/drivers/net/mtd80x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/net/mtd80x.c b/src/drivers/net/mtd80x.c
index 51d49022..72e4662e 100644
--- a/src/drivers/net/mtd80x.c
+++ b/src/drivers/net/mtd80x.c
@@ -668,8 +668,7 @@ static struct pci_id mtd80x_nics[] = {
PCI_ROM(0x1516, 0x0891, "MTD891", "Myson MTD891"),
};
-static struct pci_driver mtd80x_driver =
- PCI_DRIVER ( mtd80x_nics, PCI_NO_CLASS );
+PCI_DRIVER ( mtd80x_driver, mtd80x_nics, PCI_NO_CLASS );
/**************************************************************************
PROBE - Look for an adapter, this routine's visible to the outside