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:
Jaehoon Chung
2015-02-04 15:48:40 +09:00
committed by Pantelis Antoniou
parent 3a33bb1874
commit 5dab81cea5
2 changed files with 48 additions and 14 deletions

View File

@@ -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);