diff options
-rw-r--r-- | drivers/mmc/core/core.c | 2 |
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 | ||
774 | module_init(mmc_init); | 774 | subsys_initcall(mmc_init); |
775 | module_exit(mmc_exit); | 775 | module_exit(mmc_exit); |
776 | 776 | ||
777 | MODULE_LICENSE("GPL"); | 777 | MODULE_LICENSE("GPL"); |