diff options
-rw-r--r-- | drivers/edac/edac_module.c | 2 |
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 | */ |
149 | module_init(edac_init); | 149 | subsys_initcall(edac_init); |
150 | module_exit(edac_exit); | 150 | module_exit(edac_exit); |
151 | 151 | ||
152 | MODULE_LICENSE("GPL"); | 152 | MODULE_LICENSE("GPL"); |