]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/md/md.c
xor: make 'xor_blocks' a library routine for use with async_tx
[linux-2.6-omap-h63xx.git] / drivers / md / md.c
index 1c54f3c1cca74fca038b5b4452c9a0504e481e57..33beaa7da085cb487ed3ab47710dec048488df6b 100644 (file)
@@ -5814,7 +5814,7 @@ static __exit void md_exit(void)
        }
 }
 
-module_init(md_init)
+subsys_initcall(md_init);
 module_exit(md_exit)
 
 static int get_ro(char *buffer, struct kernel_param *kp)