|
@@ -1057,22 +1057,6 @@ msmsdcc_init_dma(struct msmsdcc_host *host)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-#ifdef CONFIG_MMC_MSM7X00A_RESUME_IN_WQ
|
|
|
|
-static void
|
|
|
|
-do_resume_work(struct work_struct *work)
|
|
|
|
-{
|
|
|
|
- struct msmsdcc_host *host =
|
|
|
|
- container_of(work, struct msmsdcc_host, resume_task);
|
|
|
|
- struct mmc_host *mmc = host->mmc;
|
|
|
|
-
|
|
|
|
- if (mmc) {
|
|
|
|
- mmc_resume_host(mmc);
|
|
|
|
- if (host->stat_irq)
|
|
|
|
- enable_irq(host->stat_irq);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
static int
|
|
static int
|
|
msmsdcc_probe(struct platform_device *pdev)
|
|
msmsdcc_probe(struct platform_device *pdev)
|
|
{
|
|
{
|
|
@@ -1145,15 +1129,6 @@ msmsdcc_probe(struct platform_device *pdev)
|
|
host->dmares = dmares;
|
|
host->dmares = dmares;
|
|
spin_lock_init(&host->lock);
|
|
spin_lock_init(&host->lock);
|
|
|
|
|
|
-#ifdef CONFIG_MMC_EMBEDDED_SDIO
|
|
|
|
- if (plat->embedded_sdio)
|
|
|
|
- mmc_set_embedded_sdio_data(mmc,
|
|
|
|
- &plat->embedded_sdio->cis,
|
|
|
|
- &plat->embedded_sdio->cccr,
|
|
|
|
- plat->embedded_sdio->funcs,
|
|
|
|
- plat->embedded_sdio->num_funcs);
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Setup DMA
|
|
* Setup DMA
|
|
*/
|
|
*/
|