Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhumer/linux
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / edac / edac_module.c
index 12c951a..a66941f 100644 (file)
@@ -146,7 +146,7 @@ static void __exit edac_exit(void)
 /*
  * Inform the kernel of our entry and exit points
  */
-module_init(edac_init);
+subsys_initcall(edac_init);
 module_exit(edac_exit);
 
 MODULE_LICENSE("GPL");