aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/rtl8139.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net/rtl8139.c')
-rw-r--r--src/drivers/net/rtl8139.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/net/rtl8139.c b/src/drivers/net/rtl8139.c
index 7aabe93e1..da5a765ea 100644
--- a/src/drivers/net/rtl8139.c
+++ b/src/drivers/net/rtl8139.c
@@ -541,8 +541,7 @@ PCI_ROM(0x14ea, 0xab07, "fnw3800tx", "Planex FNW-3800-TX"),
PCI_ROM(0xffff, 0x8139, "clone-rtl8139", "Cloned 8139"),
};
-static struct pci_driver rtl8139_driver =
- PCI_DRIVER ( rtl8139_nics, PCI_NO_CLASS );
+PCI_DRIVER ( rtl8139_driver, rtl8139_nics, PCI_NO_CLASS );
DRIVER ( "RTL8139", nic_driver, pci_driver, rtl8139_driver,
rtl8139_probe, rtl_disable );