From: Pravin Shedge Date: Wed, 6 Dec 2017 16:57:03 +0000 (+0530) Subject: mmc: android-goldfish: remove duplicate includes X-Git-Tag: v4.16-rc1~189^2~42 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b4fcb5e5094b5f13e5c9aadea82cdbd1a4f0dd02;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Ulf Hansson --- 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 #include #include -#include #include #include #include -#include #include #define DRIVER_NAME "goldfish_mmc"