diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2013-10-06 18:59:31 +0900 |
---|---|---|
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | 2013-10-31 09:55:33 +0200 |
commit | b44fe83a580c21082486931367277c02d48c6469 (patch) | |
tree | 3297215bd09f0c1a7fbdd08e1048993715087ce2 /include/dwmmc.h | |
parent | 1937e5aa3b0ec0767a36580db654ef8918c09b84 (diff) | |
download | u-boot-b44fe83a580c21082486931367277c02d48c6469.tar.gz |
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 <jh80.chung@samsung.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Diffstat (limited to 'include/dwmmc.h')
-rw-r--r-- | include/dwmmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dwmmc.h b/include/dwmmc.h index 08ced0bf1f..ecaa76368d 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 { |