aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/edac/edac_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/edac_module.c b/drivers/edac/edac_module.c
index 12c951a2c33d..a66941fea5a4 100644
--- a/drivers/edac/edac_module.c
+++ b/drivers/edac/edac_module.c
@@ -146,7 +146,7 @@ static void __exit edac_exit(void)
146/* 146/*
147 * Inform the kernel of our entry and exit points 147 * Inform the kernel of our entry and exit points
148 */ 148 */
149module_init(edac_init); 149subsys_initcall(edac_init);
150module_exit(edac_exit); 150module_exit(edac_exit);
151 151
152MODULE_LICENSE("GPL"); 152MODULE_LICENSE("GPL");