All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 12/45] drivers: mmc: remove duplicate includes
@ 2017-12-06 16:57 Pravin Shedge
  2017-12-15  9:18 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Pravin Shedge @ 2017-12-06 16:57 UTC (permalink / raw)
  To: linux-mmc, ulf.hansson, hkallweit1; +Cc: linux-kernel, pravin.shedge4linux

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>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 12/45] drivers: mmc: remove duplicate includes
  2017-12-06 16:57 [PATCH 12/45] drivers: mmc: remove duplicate includes Pravin Shedge
@ 2017-12-15  9:18 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2017-12-15  9:18 UTC (permalink / raw)
  To: Pravin Shedge; +Cc: linux-mmc, Heiner Kallweit, linux-kernel

On 6 December 2017 at 17:57, Pravin Shedge
<pravin.shedge4linux@gmail.com> 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 <pravin.shedge4linux@gmail.com>

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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-15  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-06 16:57 [PATCH 12/45] drivers: mmc: remove duplicate includes Pravin Shedge
2017-12-15  9:18 ` Ulf Hansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.