diff mbox

[-next] HID: intel_ish-hid: Remove duplicated include from bus.c

Message ID 1471793495-24402-1-git-send-email-weiyj.lk@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Yongjun Aug. 21, 2016, 3:31 p.m. UTC
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(-)




--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Srinivas Pandruvada Aug. 21, 2016, 3:50 p.m. UTC | #1
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>
> 
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Srinivas Pandruvada Aug. 26, 2016, 6:39 p.m. UTC | #2
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>
> 
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Srinivas Pandruvada Aug. 26, 2016, 6:53 p.m. UTC | #3
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>
> 
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jiri Kosina Aug. 29, 2016, 7:37 a.m. UTC | #4
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
diff mbox

Patch

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>