From 3557cba7e56330a615988ba4c03edc05d5976b2b Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Mon, 11 Feb 2019 09:26:02 +0100 Subject: [PATCH] mmc: sdhci-pxav2: Drop unused include The SDHCI PXAv2 driver uses slot GPIO helpers and does not make any use of so drop this surplus include. Cc: Jisheng Zhang Acked-by: Adrian Hunter Signed-off-by: Linus Walleij Signed-off-by: Ulf Hansson --- drivers/mmc/host/sdhci-pxav2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-pxav2.c b/drivers/mmc/host/sdhci-pxav2.c index 2c3827f54927..cdc8e16b4567 100644 --- a/drivers/mmc/host/sdhci-pxav2.c +++ b/drivers/mmc/host/sdhci-pxav2.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include