aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/forcedeth.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2005-04-26 12:19:39 +0000
committerMichael Brown <mcb30@etherboot.org>2005-04-26 12:19:39 +0000
commit7e534b585fca690c57dcd4de6c5b63f61a6f7b3f (patch)
tree55856d1e4f4de4a0b9ecb0c894cd6f0f6604057f /src/drivers/net/forcedeth.c
parentfcee25024fa8d0851c8b863c8df7ba1c70f31c32 (diff)
downloadipxe-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/forcedeth.c')
-rw-r--r--src/drivers/net/forcedeth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/net/forcedeth.c b/src/drivers/net/forcedeth.c
index c9b1040cb..a3204cb46 100644
--- a/src/drivers/net/forcedeth.c
+++ b/src/drivers/net/forcedeth.c
@@ -932,8 +932,7 @@ static struct pci_id forcedeth_nics[] = {
PCI_ROM(0x10de, 0x00D6, "nforce3", "nForce3 Ethernet Controller"),
};
-static struct pci_driver forcedeth_driver =
- PCI_DRIVER ( forcedeth_nics, PCI_NO_CLASS );
+PCI_DRIVER ( forcedeth_driver, forcedeth_nics, PCI_NO_CLASS );
/**************************************************************************
PROBE - Look for an adapter, this routine's visible to the outside