mmc: tmio: tmio_mmc_host has .clk_enable

Current .clk_enable is implemented under tmio_mmc_data.
It goes to tmio_mmc_host by this patch.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Tento commit je obsažen v:
Kuninori Morimoto
2015-01-13 04:57:52 +00:00
odevzdal Ulf Hansson
rodič dfe9a229e0
revize 4fe2ec57a1
4 změnil soubory, kde provedl 4 přidání a 5 odebrání

Zobrazit soubor

@@ -96,6 +96,7 @@ struct tmio_mmc_host {
bool sdio_irq_enabled;
int (*write16_hook)(struct tmio_mmc_host *host, int addr);
int (*clk_enable)(struct platform_device *pdev, unsigned int *f);
};
struct tmio_mmc_host *tmio_mmc_host_alloc(struct platform_device *pdev);