fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / char / hw_random / amd-rng.c
index 71e4e0f..556fd81 100644 (file)
@@ -144,7 +144,7 @@ static void __exit mod_exit(void)
        hwrng_unregister(&amd_rng);
 }
 
-subsys_initcall(mod_init);
+module_init(mod_init);
 module_exit(mod_exit);
 
 MODULE_AUTHOR("The Linux Kernel team");