mmc: exynos_dw_mmc: use the exynos specific data structure
Clksel value is exynos specific value. It removed "clksel_val" into dwmci_host and created the "dwmci_exynos_priv_data" structure for exynos specific data. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
committed by
Pantelis Antoniou
parent
3a33bb1874
commit
5dab81cea5
@@ -141,9 +141,9 @@ struct dwmci_host {
|
||||
int dev_index;
|
||||
int dev_id;
|
||||
int buswidth;
|
||||
u32 clksel_val;
|
||||
u32 fifoth_val;
|
||||
struct mmc *mmc;
|
||||
void *priv;
|
||||
|
||||
void (*clksel)(struct dwmci_host *host);
|
||||
void (*board_init)(struct dwmci_host *host);
|
||||
|
||||
Reference in New Issue
Block a user