diff options
Diffstat (limited to 'drivers/net/typhoon.c')
-rw-r--r-- | drivers/net/typhoon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/typhoon.c b/drivers/net/typhoon.c index 4103c37172f9..1014461178cc 100644 --- a/drivers/net/typhoon.c +++ b/drivers/net/typhoon.c | |||
@@ -2660,7 +2660,7 @@ static struct pci_driver typhoon_driver = { | |||
2660 | static int __init | 2660 | static int __init |
2661 | typhoon_init(void) | 2661 | typhoon_init(void) |
2662 | { | 2662 | { |
2663 | return pci_module_init(&typhoon_driver); | 2663 | return pci_register_driver(&typhoon_driver); |
2664 | } | 2664 | } |
2665 | 2665 | ||
2666 | static void __exit | 2666 | static void __exit |