All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 08/45] drivers: input: remove duplicate includes
@ 2017-12-05  2:01 ` Pravin Shedge
  0 siblings, 0 replies; 4+ messages in thread
From: Pravin Shedge @ 2017-12-05  2:01 UTC (permalink / raw)
  Cc: pravin.shedge4linux, Dmitry Torokhov, Nick Dyer,
	Benjamin Tissoires, Arvind Yadav, Colin Ian King, linux-input,
	linux-kernel

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/input/rmi4/rmi_f34.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/input/rmi4/rmi_f34.c b/drivers/input/rmi4/rmi_f34.c
index 4cfe970..f1f5ac5 100644
--- a/drivers/input/rmi4/rmi_f34.c
+++ b/drivers/input/rmi4/rmi_f34.c
@@ -11,7 +11,6 @@
 #include <linux/rmi.h>
 #include <linux/firmware.h>
 #include <asm/unaligned.h>
-#include <asm/unaligned.h>
 #include <linux/bitops.h>
 
 #include "rmi_driver.h"
-- 
2.7.4

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

* [PATCH 08/45] drivers: input: remove duplicate includes
@ 2017-12-05  2:01 ` Pravin Shedge
  0 siblings, 0 replies; 4+ messages in thread
From: Pravin Shedge @ 2017-12-05  2:01 UTC (permalink / raw)
  Cc: pravin.shedge4linux, Dmitry Torokhov, Nick Dyer,
	Benjamin Tissoires, Arvind Yadav, Colin Ian King, linux-input,
	linux-kernel

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/input/rmi4/rmi_f34.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/input/rmi4/rmi_f34.c b/drivers/input/rmi4/rmi_f34.c
index 4cfe970..f1f5ac5 100644
--- a/drivers/input/rmi4/rmi_f34.c
+++ b/drivers/input/rmi4/rmi_f34.c
@@ -11,7 +11,6 @@
 #include <linux/rmi.h>
 #include <linux/firmware.h>
 #include <asm/unaligned.h>
-#include <asm/unaligned.h>
 #include <linux/bitops.h>
 
 #include "rmi_driver.h"
-- 
2.7.4


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

* Re: [PATCH 08/45] drivers: input: remove duplicate includes
  2017-12-05  2:01 ` Pravin Shedge
  (?)
@ 2017-12-05  8:15 ` Benjamin Tissoires
  2017-12-05 18:22   ` Dmitry Torokhov
  -1 siblings, 1 reply; 4+ messages in thread
From: Benjamin Tissoires @ 2017-12-05  8:15 UTC (permalink / raw)
  To: Pravin Shedge
  Cc: Dmitry Torokhov, Nick Dyer, Arvind Yadav, Colin Ian King,
	linux-input, linux-kernel, Jiri Kosina

Hi,

[adding Jiri, the HID maintainer in CC]

On Tue, Dec 5, 2017 at 3:01 AM, 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>
> ---

Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>

Cheers,
Benjamin

>  drivers/input/rmi4/rmi_f34.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/input/rmi4/rmi_f34.c b/drivers/input/rmi4/rmi_f34.c
> index 4cfe970..f1f5ac5 100644
> --- a/drivers/input/rmi4/rmi_f34.c
> +++ b/drivers/input/rmi4/rmi_f34.c
> @@ -11,7 +11,6 @@
>  #include <linux/rmi.h>
>  #include <linux/firmware.h>
>  #include <asm/unaligned.h>
> -#include <asm/unaligned.h>
>  #include <linux/bitops.h>
>
>  #include "rmi_driver.h"
> --
> 2.7.4
>

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

* Re: [PATCH 08/45] drivers: input: remove duplicate includes
  2017-12-05  8:15 ` Benjamin Tissoires
@ 2017-12-05 18:22   ` Dmitry Torokhov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2017-12-05 18:22 UTC (permalink / raw)
  To: Benjamin Tissoires
  Cc: Pravin Shedge, Nick Dyer, Arvind Yadav, Colin Ian King,
	linux-input, linux-kernel, Jiri Kosina

On Tue, Dec 05, 2017 at 09:15:55AM +0100, Benjamin Tissoires wrote:
> Hi,
> 
> [adding Jiri, the HID maintainer in CC]
> 
> On Tue, Dec 5, 2017 at 3:01 AM, 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>
> > ---
> 
> Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>

Applied, thank you.

> 
> Cheers,
> Benjamin
> 
> >  drivers/input/rmi4/rmi_f34.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/input/rmi4/rmi_f34.c b/drivers/input/rmi4/rmi_f34.c
> > index 4cfe970..f1f5ac5 100644
> > --- a/drivers/input/rmi4/rmi_f34.c
> > +++ b/drivers/input/rmi4/rmi_f34.c
> > @@ -11,7 +11,6 @@
> >  #include <linux/rmi.h>
> >  #include <linux/firmware.h>
> >  #include <asm/unaligned.h>
> > -#include <asm/unaligned.h>
> >  #include <linux/bitops.h>
> >
> >  #include "rmi_driver.h"
> > --
> > 2.7.4
> >

-- 
Dmitry

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-05  2:01 [PATCH 08/45] drivers: input: remove duplicate includes Pravin Shedge
2017-12-05  2:01 ` Pravin Shedge
2017-12-05  8:15 ` Benjamin Tissoires
2017-12-05 18:22   ` Dmitry Torokhov

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.