diff options
Diffstat (limited to 'drivers/net/bnx2.c')
-rw-r--r-- | drivers/net/bnx2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 652eb05a6c2d..654b903985cd 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
@@ -6016,7 +6016,7 @@ static struct pci_driver bnx2_pci_driver = { | |||
6016 | 6016 | ||
6017 | static int __init bnx2_init(void) | 6017 | static int __init bnx2_init(void) |
6018 | { | 6018 | { |
6019 | return pci_module_init(&bnx2_pci_driver); | 6019 | return pci_register_driver(&bnx2_pci_driver); |
6020 | } | 6020 | } |
6021 | 6021 | ||
6022 | static void __exit bnx2_cleanup(void) | 6022 | static void __exit bnx2_cleanup(void) |