From 40dfdd8d1449382cae3db2cefb1f5521ce19259b Mon Sep 17 00:00:00 2001 From: Shawn Lin Date: Wed, 26 Nov 2025 08:14:41 +0800 Subject: [PATCH] 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 Signed-off-by: Ulf Hansson --- drivers/mmc/host/dw_mmc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h index 648b4a5641bf..b4ceca0167c4 100644 --- a/drivers/mmc/host/dw_mmc.h +++ b/drivers/mmc/host/dw_mmc.h @@ -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 */