aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mmc/core/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index 9747455928da..b8f27e5ade97 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -771,7 +771,7 @@ static void __exit mmc_exit(void)
771 destroy_workqueue(workqueue); 771 destroy_workqueue(workqueue);
772} 772}
773 773
774module_init(mmc_init); 774subsys_initcall(mmc_init);
775module_exit(mmc_exit); 775module_exit(mmc_exit);
776 776
777MODULE_LICENSE("GPL"); 777MODULE_LICENSE("GPL");