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:
Shawn Lin 2025-11-26 08:14:41 +08:00 committed by Ulf Hansson
parent 79ad471530
commit 40dfdd8d14

View File

@ -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 */