diff options
Diffstat (limited to 'sound/pci/ali5451/ali5451.c')
-rw-r--r-- | sound/pci/ali5451/ali5451.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ali5451/ali5451.c b/sound/pci/ali5451/ali5451.c index 984d5d4ba4e1..038f56ad42f1 100644 --- a/sound/pci/ali5451/ali5451.c +++ b/sound/pci/ali5451/ali5451.c | |||
@@ -2270,7 +2270,7 @@ static struct pci_driver driver = { | |||
2270 | 2270 | ||
2271 | static int __init alsa_card_ali_init(void) | 2271 | static int __init alsa_card_ali_init(void) |
2272 | { | 2272 | { |
2273 | return pci_module_init(&driver); | 2273 | return pci_register_driver(&driver); |
2274 | } | 2274 | } |
2275 | 2275 | ||
2276 | static void __exit alsa_card_ali_exit(void) | 2276 | static void __exit alsa_card_ali_exit(void) |