aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/android-goldfish.c
diff options
context:
space:
mode:
authorPravin Shedge <pravin.shedge4linux@gmail.com>2017-12-06 22:27:03 +0530
committerUlf Hansson <ulf.hansson@linaro.org>2017-12-18 13:56:59 +0100
commitb4fcb5e5094b5f13e5c9aadea82cdbd1a4f0dd02 (patch)
tree56401d819614c189f36a514f3a36d93e085c34fd /drivers/mmc/host/android-goldfish.c
parentmmc: tmio: move mmc_gpio_request_cd() before mmc_add_host() (diff)
downloadlinux-dev-b4fcb5e5094b5f13e5c9aadea82cdbd1a4f0dd02.tar.xz
linux-dev-b4fcb5e5094b5f13e5c9aadea82cdbd1a4f0dd02.zip
mmc: android-goldfish: remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/android-goldfish.c')
-rw-r--r--drivers/mmc/host/android-goldfish.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/android-goldfish.c b/drivers/mmc/host/android-goldfish.c
index 63fe5091ca59..63d27589cd89 100644
--- a/drivers/mmc/host/android-goldfish.c
+++ b/drivers/mmc/host/android-goldfish.c
@@ -42,13 +42,11 @@
#include <linux/spinlock.h>
#include <linux/timer.h>
#include <linux/clk.h>
-#include <linux/scatterlist.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/types.h>
-#include <asm/io.h>
#include <linux/uaccess.h>
#define DRIVER_NAME "goldfish_mmc"