diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-06 17:57:03 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-12-18 13:56:59 +0100 |
commit | b4fcb5e5094b5f13e5c9aadea82cdbd1a4f0dd02 (patch) | |
tree | 56401d819614c189f36a514f3a36d93e085c34fd /drivers/mmc | |
parent | mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host() (diff) | |
download | linux-b4fcb5e5094b5f13e5c9aadea82cdbd1a4f0dd02.tar.xz linux-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')
-rw-r--r-- | drivers/mmc/host/android-goldfish.c | 2 |
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" |