Re: [PATCH v1 1/1] mmc: sdhci-pci: Drop unused include
From: Ulf Hansson
Date: Mon Mar 23 2026 - 13:04:50 EST
On Fri, 20 Mar 2026 at 23:02, Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> This driver includes the legacy header <linux/gpio.h> but does
> not use any symbols from it. Drop the inclusion.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Applied for next, thanks!
Kind regards
Uffe
> ---
> drivers/mmc/host/sdhci-pci-core.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c
> index 47a0a738862b..c347fac24515 100644
> --- a/drivers/mmc/host/sdhci-pci-core.c
> +++ b/drivers/mmc/host/sdhci-pci-core.c
> @@ -20,7 +20,6 @@
> #include <linux/scatterlist.h>
> #include <linux/io.h>
> #include <linux/iopoll.h>
> -#include <linux/gpio.h>
> #include <linux/gpio/machine.h>
> #include <linux/pm_runtime.h>
> #include <linux/pm_qos.h>
> --
> 2.50.1
>