diff options
Diffstat (limited to 'sound/pci/maestro3.c')
-rw-r--r-- | sound/pci/maestro3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/maestro3.c b/sound/pci/maestro3.c index 2cf33083d7cc..9f184ea8a9d3 100644 --- a/sound/pci/maestro3.c +++ b/sound/pci/maestro3.c | |||
@@ -2702,7 +2702,7 @@ static struct pci_driver driver = { | |||
2702 | 2702 | ||
2703 | static int __init alsa_card_m3_init(void) | 2703 | static int __init alsa_card_m3_init(void) |
2704 | { | 2704 | { |
2705 | return pci_module_init(&driver); | 2705 | return pci_register_driver(&driver); |
2706 | } | 2706 | } |
2707 | 2707 | ||
2708 | static void __exit alsa_card_m3_exit(void) | 2708 | static void __exit alsa_card_m3_exit(void) |