drivers: md: Unify common definitions of raid1 and raid10
[linux-2.6-microblaze.git] / crypto / jitterentropy-kcapi.c
index 6ea1a27..787dccc 100644 (file)
@@ -198,7 +198,7 @@ static void __exit jent_mod_exit(void)
        crypto_unregister_rng(&jent_alg);
 }
 
-subsys_initcall(jent_mod_init);
+module_init(jent_mod_init);
 module_exit(jent_mod_exit);
 
 MODULE_LICENSE("Dual BSD/GPL");