regulator: tps65023: Use [set|get]_voltage_sel_regmap instead of open coded
[deliverable/linux.git] / drivers / edac / edac_module.c
index 12c951a2c33d5c8bac6d80bf6f0221467278940e..a66941fea5a417724097837bdb6b891b07241852 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");
This page took 0.026872 seconds and 5 git commands to generate.