None of the variant drivers pass in dma_pdata, which means it's
unused and could be removed.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
void (*exit)(struct dw_mci *host);
};
-struct dma_pdata;
-
/* Board platform data */
struct dw_mci_board {
unsigned int bus_hz; /* Clock speed at the cclk_in pad */
struct reset_control *rstc;
struct dw_mci_dma_ops *dma_ops;
- struct dma_pdata *data;
};
/* Support for longer data read timeout */