From b44fe83a580c21082486931367277c02d48c6469 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Sun, 6 Oct 2013 18:59:31 +0900 Subject: mmc: dw_mmc: change the callback function name. To prevent the confusion, use the get_mmc_clk() instead of mmc_clk(). get_mmc_clk() is more exactly name. Signed-off-by: Jaehoon Chung Acked-by: Pantelis Antoniou --- include/dwmmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dwmmc.h b/include/dwmmc.h index 08ced0b..ecaa763 100644 --- a/include/dwmmc.h +++ b/include/dwmmc.h @@ -138,7 +138,7 @@ struct dwmci_host { struct mmc *mmc; void (*clksel)(struct dwmci_host *host); - unsigned int (*mmc_clk)(int dev_index); + unsigned int (*get_mmc_clk)(int dev_index); }; struct dwmci_idmac { -- cgit v1.1