diff mbox series

[2/6] mmc: mxs-mmc: Drop unused includes

Message ID 20190205200512.11572-2-linus.walleij@linaro.org
State Superseded
Headers show
Series [1/6] mmc: mxcmmc: Drop unused includes | expand

Commit Message

Linus Walleij Feb. 5, 2019, 8:05 p.m. UTC
The MXS-MMC driver uses slot GPIO helpers and does not make
any use of <linux/gpio.h> or <linux/of_gpio.h> so drop these
surplus includes.

Cc: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

---
 drivers/mmc/host/mxs-mmc.c | 2 --
 1 file changed, 2 deletions(-)

-- 
2.20.1

Comments

Fabio Estevam Feb. 5, 2019, 9:42 p.m. UTC | #1
On Tue, Feb 5, 2019 at 6:50 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>

> The MXS-MMC driver uses slot GPIO helpers and does not make

> any use of <linux/gpio.h> or <linux/of_gpio.h> so drop these

> surplus includes.

>

> Cc: Marek Vasut <marex@denx.de>

> Cc: Fabio Estevam <fabio.estevam@nxp.com>

> Cc: Stefan Wahren <stefan.wahren@i2se.com>

> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>


Reviewed-by: Fabio Estevam <festevam@gmail.com>
diff mbox series

Patch

diff --git a/drivers/mmc/host/mxs-mmc.c b/drivers/mmc/host/mxs-mmc.c
index add1e70195ea..4f06fb03c0a2 100644
--- a/drivers/mmc/host/mxs-mmc.c
+++ b/drivers/mmc/host/mxs-mmc.c
@@ -25,7 +25,6 @@ 
 #include <linux/ioport.h>
 #include <linux/of.h>
 #include <linux/of_device.h>
-#include <linux/of_gpio.h>
 #include <linux/platform_device.h>
 #include <linux/delay.h>
 #include <linux/interrupt.h>
@@ -39,7 +38,6 @@ 
 #include <linux/mmc/mmc.h>
 #include <linux/mmc/sdio.h>
 #include <linux/mmc/slot-gpio.h>
-#include <linux/gpio.h>
 #include <linux/regulator/consumer.h>
 #include <linux/module.h>
 #include <linux/stmp_device.h>