diff options
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 08ced0bf1..ecaa76368 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 { |