mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
mmc: dw_mmc: Remove unused struct dma_pdata
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>
This commit is contained in:
parent
79ad471530
commit
40dfdd8d14
|
|
@ -255,8 +255,6 @@ struct dw_mci_dma_ops {
|
|||
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 */
|
||||
|
|
@ -276,7 +274,6 @@ struct dw_mci_board {
|
|||
|
||||
struct reset_control *rstc;
|
||||
struct dw_mci_dma_ops *dma_ops;
|
||||
struct dma_pdata *data;
|
||||
};
|
||||
|
||||
/* Support for longer data read timeout */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user