]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/rme96xx.c
[SCSI] lpfc 8.1.2: Add module parameter to limit number of outstanding commands per...
[linux-2.6-omap-h63xx.git] / sound / oss / rme96xx.c
index 7609c68a89f44ca4fab2b2a4c9f915a29bcb72fe..faa0b7919b6525c757c16c88b7c8e7dcc0bd5922 100644 (file)
@@ -44,7 +44,6 @@ TODO:
 #define RMEVERSION "0.8"
 #endif
 
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/string.h>
 #include <linux/sched.h>
@@ -1096,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)