Re: [PATCH] mmc: dw_mmc: remove unused slot member
From: Ulf Hansson
Date: Mon Sep 14 2026 - 06:33:40 EST
On Mon, Sep 14, 2026 at 3:08 AM Shawn Lin <shawn.lin@xxxxxxxxxxxxxx> wrote:
>
> struct dw_mci_slot does not exist anymore and nothing ever references
> host->slot; the member is a leftover from the multi-slot design this
> driver was upstreamed with, where the slot struct lived in the same
> header.
>
> Signed-off-by: Shawn Lin <shawn.lin@xxxxxxxxxxxxxx>
Applied for next, thanks!
Kind regards
Uffe
> ---
>
> drivers/mmc/host/dw_mmc.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h
> index 12b88e7..f4695a1 100644
> --- a/drivers/mmc/host/dw_mmc.h
> +++ b/drivers/mmc/host/dw_mmc.h
> @@ -216,7 +216,6 @@ struct dw_mci {
> void *priv;
> struct clk *biu_clk;
> struct clk *ciu_clk;
> - struct dw_mci_slot *slot;
>
> /* FIFO push and pull */
> int fifo_depth;
> --
> 2.7.4
>