diff options
Diffstat (limited to 'sound/pci/via82xx_modem.c')
-rw-r--r-- | sound/pci/via82xx_modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/via82xx_modem.c b/sound/pci/via82xx_modem.c index ea5c6f640159..098870aea264 100644 --- a/sound/pci/via82xx_modem.c +++ b/sound/pci/via82xx_modem.c | |||
@@ -1233,7 +1233,7 @@ static struct pci_driver driver = { | |||
1233 | 1233 | ||
1234 | static int __init alsa_card_via82xx_init(void) | 1234 | static int __init alsa_card_via82xx_init(void) |
1235 | { | 1235 | { |
1236 | return pci_module_init(&driver); | 1236 | return pci_register_driver(&driver); |
1237 | } | 1237 | } |
1238 | 1238 | ||
1239 | static void __exit alsa_card_via82xx_exit(void) | 1239 | static void __exit alsa_card_via82xx_exit(void) |