2017-12-06 16:57:15

by Pravin Shedge

[permalink] [raw]
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 <[email protected]>
---
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


2017-12-15 09:18:33

by Ulf Hansson

[permalink] [raw]
Subject: Re: [PATCH 12/45] drivers: mmc: remove duplicate includes

On 6 December 2017 at 17:57, Pravin Shedge
<[email protected]> wrote:
> 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 <[email protected]>

Thanks, applied for next with an updated prefix of the commit msg header!

Kind regards
Uffe

> ---
> 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
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html