aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pcnet32.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/pcnet32.c')
-rw-r--r--drivers/net/pcnet32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcnet32.c b/drivers/net/pcnet32.c
index 4daafe303358..ba6065768eb2 100644
--- a/drivers/net/pcnet32.c
+++ b/drivers/net/pcnet32.c
@@ -2969,7 +2969,7 @@ static int __init pcnet32_init_module(void)
2969 tx_start = tx_start_pt; 2969 tx_start = tx_start_pt;
2970 2970
2971 /* find the PCI devices */ 2971 /* find the PCI devices */
2972 if (!pci_module_init(&pcnet32_driver)) 2972 if (!pci_register_driver(&pcnet32_driver))
2973 pcnet32_have_pci = 1; 2973 pcnet32_have_pci = 1;
2974 2974
2975 /* should we find any remaining VLbus devices ? */ 2975 /* should we find any remaining VLbus devices ? */