linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] HID: intel_ish-hid: Remove duplicated include from bus.c
@ 2016-08-21 15:31 Wei Yongjun
  2016-08-21 15:50 ` Srinivas Pandruvada
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wei Yongjun @ 2016-08-21 15:31 UTC (permalink / raw)
  To: Srinivas Pandruvada, Jiri Kosina, Benjamin Tissoires
  Cc: Wei Yongjun, linux-input

Remove duplicated include.

Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
---
 drivers/hid/intel-ish-hid/ishtp/bus.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/hid/intel-ish-hid/ishtp/bus.c b/drivers/hid/intel-ish-hid/ishtp/bus.c
index 0183eac..c0b4583 100644
--- a/drivers/hid/intel-ish-hid/ishtp/bus.c
+++ b/drivers/hid/intel-ish-hid/ishtp/bus.c
@@ -16,7 +16,6 @@
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
-#include <linux/kernel.h>
 #include <linux/device.h>
 #include <linux/sched.h>
 #include <linux/slab.h>




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

* Re: [PATCH -next] HID: intel_ish-hid: Remove duplicated include from bus.c
  2016-08-21 15:31 [PATCH -next] HID: intel_ish-hid: Remove duplicated include from bus.c Wei Yongjun
@ 2016-08-21 15:50 ` Srinivas Pandruvada
  2016-08-29  7:37   ` Jiri Kosina
  2016-08-26 18:39 ` Srinivas Pandruvada
  2016-08-26 18:53 ` Srinivas Pandruvada
  2 siblings, 1 reply; 5+ messages in thread
From: Srinivas Pandruvada @ 2016-08-21 15:50 UTC (permalink / raw)
  To: Wei Yongjun, Jiri Kosina, Benjamin Tissoires; +Cc: linux-input

On Sun, 2016-08-21 at 15:31 +0000, Wei Yongjun wrote:
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Thanks for all your patches. I will give a test later next week.

Thanks,
Srinivas


> ---
>  drivers/hid/intel-ish-hid/ishtp/bus.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/hid/intel-ish-hid/ishtp/bus.c
> b/drivers/hid/intel-ish-hid/ishtp/bus.c
> index 0183eac..c0b4583 100644
> --- a/drivers/hid/intel-ish-hid/ishtp/bus.c
> +++ b/drivers/hid/intel-ish-hid/ishtp/bus.c
> @@ -16,7 +16,6 @@
>  #include <linux/module.h>
>  #include <linux/init.h>
>  #include <linux/kernel.h>
> -#include <linux/kernel.h>
>  #include <linux/device.h>
>  #include <linux/sched.h>
>  #include <linux/slab.h>
> 
> 
> 

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

* Re: [PATCH -next] HID: intel_ish-hid: Remove duplicated include from bus.c
  2016-08-21 15:31 [PATCH -next] HID: intel_ish-hid: Remove duplicated include from bus.c Wei Yongjun
  2016-08-21 15:50 ` Srinivas Pandruvada
@ 2016-08-26 18:39 ` Srinivas Pandruvada
  2016-08-26 18:53 ` Srinivas Pandruvada
  2 siblings, 0 replies; 5+ messages in thread
From: Srinivas Pandruvada @ 2016-08-26 18:39 UTC (permalink / raw)
  To: Wei Yongjun, Jiri Kosina, Benjamin Tissoires; +Cc: linux-input

On Sun, 2016-08-21 at 15:31 +0000, Wei Yongjun wrote:
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
> ---
>  drivers/hid/intel-ish-hid/ishtp/bus.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/hid/intel-ish-hid/ishtp/bus.c
> b/drivers/hid/intel-ish-hid/ishtp/bus.c
> index 0183eac..c0b4583 100644
> --- a/drivers/hid/intel-ish-hid/ishtp/bus.c
> +++ b/drivers/hid/intel-ish-hid/ishtp/bus.c
> @@ -16,7 +16,6 @@
>  #include <linux/module.h>
>  #include <linux/init.h>
>  #include <linux/kernel.h>
> -#include <linux/kernel.h>
>  #include <linux/device.h>
>  #include <linux/sched.h>
>  #include <linux/slab.h>
> 
> 
> 

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

* Re: [PATCH -next] HID: intel_ish-hid: Remove duplicated include from bus.c
  2016-08-21 15:31 [PATCH -next] HID: intel_ish-hid: Remove duplicated include from bus.c Wei Yongjun
  2016-08-21 15:50 ` Srinivas Pandruvada
  2016-08-26 18:39 ` Srinivas Pandruvada
@ 2016-08-26 18:53 ` Srinivas Pandruvada
  2 siblings, 0 replies; 5+ messages in thread
From: Srinivas Pandruvada @ 2016-08-26 18:53 UTC (permalink / raw)
  To: Wei Yongjun, Jiri Kosina, Benjamin Tissoires; +Cc: linux-input

On Sun, 2016-08-21 at 15:31 +0000, Wei Yongjun wrote:
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>

> ---
>  drivers/hid/intel-ish-hid/ishtp/bus.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/hid/intel-ish-hid/ishtp/bus.c
> b/drivers/hid/intel-ish-hid/ishtp/bus.c
> index 0183eac..c0b4583 100644
> --- a/drivers/hid/intel-ish-hid/ishtp/bus.c
> +++ b/drivers/hid/intel-ish-hid/ishtp/bus.c
> @@ -16,7 +16,6 @@
>  #include <linux/module.h>
>  #include <linux/init.h>
>  #include <linux/kernel.h>
> -#include <linux/kernel.h>
>  #include <linux/device.h>
>  #include <linux/sched.h>
>  #include <linux/slab.h>
> 
> 
> 

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

* Re: [PATCH -next] HID: intel_ish-hid: Remove duplicated include from bus.c
  2016-08-21 15:50 ` Srinivas Pandruvada
@ 2016-08-29  7:37   ` Jiri Kosina
  0 siblings, 0 replies; 5+ messages in thread
From: Jiri Kosina @ 2016-08-29  7:37 UTC (permalink / raw)
  To: Srinivas Pandruvada; +Cc: Wei Yongjun, Benjamin Tissoires, linux-input

On Sun, 21 Aug 2016, Srinivas Pandruvada wrote:

> > Remove duplicated include.
> > 
> > Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
> Thanks for all your patches. I will give a test later next week.

I've applied the series to hid.git#for-4.9/intel-ish

-- 
Jiri Kosina
SUSE Labs


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

end of thread, other threads:[~2016-08-29  7:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-21 15:31 [PATCH -next] HID: intel_ish-hid: Remove duplicated include from bus.c Wei Yongjun
2016-08-21 15:50 ` Srinivas Pandruvada
2016-08-29  7:37   ` Jiri Kosina
2016-08-26 18:39 ` Srinivas Pandruvada
2016-08-26 18:53 ` Srinivas Pandruvada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).