diff options
| author | Michael Brown | 2005-04-26 14:19:39 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-26 14:19:39 +0200 |
| commit | 7e534b585fca690c57dcd4de6c5b63f61a6f7b3f (patch) | |
| tree | 55856d1e4f4de4a0b9ecb0c894cd6f0f6604057f /src/drivers/net/3c90x.c | |
| parent | BIOS floppy handling code moved to where it will really live. (diff) | |
| download | ipxe-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/3c90x.c')
| -rw-r--r-- | src/drivers/net/3c90x.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/net/3c90x.c b/src/drivers/net/3c90x.c index 061f954c..eee90691 100644 --- a/src/drivers/net/3c90x.c +++ b/src/drivers/net/3c90x.c @@ -992,8 +992,7 @@ PCI_ROM(0x10b7, 0x1201, "3c982a", "3Com982A"), PCI_ROM(0x10b7, 0x1202, "3c982b", "3Com982B"), }; -static struct pci_driver a3c90x_driver = - PCI_DRIVER ( a3c90x_nics, PCI_NO_CLASS ); +PCI_DRIVER ( a3c90x_driver, a3c90x_nics, PCI_NO_CLASS ); DRIVER ( "3C90X", nic_driver, pci_driver, a3c90x_driver, a3c90x_probe, a3c90x_disable ); |
