Message ID | 1471793495-24402-1-git-send-email-weiyj.lk@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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
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
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 --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>
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