aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxcmmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/mxcmmc.c')
-rw-r--r--drivers/mmc/host/mxcmmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c
index a72936eea6fa..28e527ebde75 100644
--- a/drivers/mmc/host/mxcmmc.c
+++ b/drivers/mmc/host/mxcmmc.c
@@ -1052,12 +1052,12 @@ static int mxcmci_probe(struct platform_device *pdev)
1052 goto out_free_irq; 1052 goto out_free_irq;
1053 } 1053 }
1054 1054
1055 mmc_add_host(mmc);
1056
1057 init_timer(&host->watchdog); 1055 init_timer(&host->watchdog);
1058 host->watchdog.function = &mxcmci_watchdog; 1056 host->watchdog.function = &mxcmci_watchdog;
1059 host->watchdog.data = (unsigned long)mmc; 1057 host->watchdog.data = (unsigned long)mmc;
1060 1058
1059 mmc_add_host(mmc);
1060
1061 return 0; 1061 return 0;
1062 1062
1063out_free_irq: 1063out_free_irq: