Skip to content

Commit bed12fb

Browse files
linuswstorulf
authored andcommitted
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>
1 parent 3557cba commit bed12fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/mmc/host/sunxi-mmc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <linux/device.h>
2020
#include <linux/dma-mapping.h>
2121
#include <linux/err.h>
22-
#include <linux/gpio.h>
2322
#include <linux/interrupt.h>
2423
#include <linux/io.h>
2524
#include <linux/kernel.h>
@@ -32,7 +31,6 @@
3231
#include <linux/mmc/slot-gpio.h>
3332
#include <linux/module.h>
3433
#include <linux/of_address.h>
35-
#include <linux/of_gpio.h>
3634
#include <linux/of_platform.h>
3735
#include <linux/platform_device.h>
3836
#include <linux/pm_runtime.h>

0 commit comments

Comments
 (0)