diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-02-11 03:26:03 -0500 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2019-02-25 02:40:58 -0500 |
commit | bed12fb0a350e4f69f182d4d8229e1c49ae731f0 (patch) | |
tree | c42bcf3576755f648b0aaba2b9b80e2789dc316e /drivers/mmc | |
parent | 3557cba7e56330a615988ba4c03edc05d5976b2b (diff) |
mmc: sunxi-mmc: Drop unused includes
The Sunxi 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: Chen-Yu Tsai <wens@csie.org>
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: cenowy Zheng <icenowy@aosc.io>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sunxi-mmc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/sunxi-mmc.c b/drivers/mmc/host/sunxi-mmc.c index 70fadc976795..2901a5773d83 100644 --- a/drivers/mmc/host/sunxi-mmc.c +++ b/drivers/mmc/host/sunxi-mmc.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/device.h> | 19 | #include <linux/device.h> |
20 | #include <linux/dma-mapping.h> | 20 | #include <linux/dma-mapping.h> |
21 | #include <linux/err.h> | 21 | #include <linux/err.h> |
22 | #include <linux/gpio.h> | ||
23 | #include <linux/interrupt.h> | 22 | #include <linux/interrupt.h> |
24 | #include <linux/io.h> | 23 | #include <linux/io.h> |
25 | #include <linux/kernel.h> | 24 | #include <linux/kernel.h> |
@@ -32,7 +31,6 @@ | |||
32 | #include <linux/mmc/slot-gpio.h> | 31 | #include <linux/mmc/slot-gpio.h> |
33 | #include <linux/module.h> | 32 | #include <linux/module.h> |
34 | #include <linux/of_address.h> | 33 | #include <linux/of_address.h> |
35 | #include <linux/of_gpio.h> | ||
36 | #include <linux/of_platform.h> | 34 | #include <linux/of_platform.h> |
37 | #include <linux/platform_device.h> | 35 | #include <linux/platform_device.h> |
38 | #include <linux/pm_runtime.h> | 36 | #include <linux/pm_runtime.h> |