aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/via82xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/via82xx.c')
-rw-r--r--sound/pci/via82xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
index e6e746fa4bb5..64cc40f97b53 100644
--- a/sound/pci/via82xx.c
+++ b/sound/pci/via82xx.c
@@ -2349,7 +2349,7 @@ static struct pci_driver driver = {
2349 2349
2350static int __init alsa_card_via82xx_init(void) 2350static int __init alsa_card_via82xx_init(void)
2351{ 2351{
2352 return pci_module_init(&driver); 2352 return pci_register_driver(&driver);
2353} 2353}
2354 2354
2355static void __exit alsa_card_via82xx_exit(void) 2355static void __exit alsa_card_via82xx_exit(void)