]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/oss/rme96xx.c
[PATCH] drivers/sound/oss: Replace pci_module_init() with pci_register_driver()
[mirror_ubuntu-artful-kernel.git] / sound / oss / rme96xx.c
index 318dc51009fe282e101cfcb862ca04637e622019..faa0b7919b6525c757c16c88b7c8e7dcc0bd5922 100644 (file)
@@ -1095,7 +1095,7 @@ static int __init init_rme96xx(void)
        devices = ((devices-1) & RME96xx_MASK_DEVS) + 1;
        printk(KERN_INFO RME_MESS" reserving %d dsp device(s)\n",devices);
         numcards = 0;
-       return pci_module_init(&rme96xx_driver);
+       return pci_register_driver(&rme96xx_driver);
 }
 
 static void __exit cleanup_rme96xx(void)