[ALSA] Replace pci_module_init() with pci_register_driver()
[sfrench/cifs-2.6.git] / sound / pci / au88x0 / au88x0.c
index 889b4a1a51a1adcb8d8e4160e0d512dcfd689be9..f6236c63aaaae2c3d5cdaafe9facf7bd85e56281 100644 (file)
@@ -375,7 +375,7 @@ static struct pci_driver driver = {
 // initialization of the module
 static int __init alsa_card_vortex_init(void)
 {
-       return pci_module_init(&driver);
+       return pci_register_driver(&driver);
 }
 
 // clean up the module