[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1512579423-5405-1-git-send-email-pravin.shedge4linux@gmail.com>
Date: Wed, 6 Dec 2017 22:27:03 +0530
From: Pravin Shedge <pravin.shedge4linux@...il.com>
To: linux-mmc@...r.kernel.org, ulf.hansson@...aro.org,
hkallweit1@...il.com
Cc: linux-kernel@...r.kernel.org, pravin.shedge4linux@...il.com
Subject: [PATCH 12/45] drivers: mmc: 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@...il.com>
---
drivers/mmc/host/android-goldfish.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/mmc/host/android-goldfish.c b/drivers/mmc/host/android-goldfish.c
index 63fe509..63d2758 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"
--
2.7.4
Powered by blists - more mailing lists