diff mbox

[-next] Input: zforce - remove duplicated include from zforce_ts.c

Message ID 1429189899-24255-1-git-send-email-weiyj_lk@163.com (mailing list archive)
State New, archived
Headers show

Commit Message

weiyj_lk@163.com April 16, 2015, 1:11 p.m. UTC
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/input/touchscreen/zforce_ts.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

Heiko Stübner April 16, 2015, 1:44 p.m. UTC | #1
Am Donnerstag, 16. April 2015, 21:11:39 schrieb weiyj_lk@163.com:
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Thanks for finding this

Reviewed-by: Heiko Stuebner <heiko.stuebner@bq.com>


Heiko

> ---
>  drivers/input/touchscreen/zforce_ts.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/input/touchscreen/zforce_ts.c
> b/drivers/input/touchscreen/zforce_ts.c index 19880c7..f58a196 100644
> --- a/drivers/input/touchscreen/zforce_ts.c
> +++ b/drivers/input/touchscreen/zforce_ts.c
> @@ -30,7 +30,6 @@
>  #include <linux/input/mt.h>
>  #include <linux/platform_data/zforce_ts.h>
>  #include <linux/regulator/consumer.h>
> -#include <linux/delay.h>
>  #include <linux/of.h>
>  #include <linux/of_gpio.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
Dmitry Torokhov April 16, 2015, 8:37 p.m. UTC | #2
On Thu, Apr 16, 2015 at 03:44:16PM +0200, Heiko Stübner wrote:
> Am Donnerstag, 16. April 2015, 21:11:39 schrieb weiyj_lk@163.com:
> > From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> > 
> > Remove duplicated include.
> > 
> > Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Thanks for finding this
> 
> Reviewed-by: Heiko Stuebner <heiko.stuebner@bq.com>

Applied, thank you.

> 
> 
> Heiko
> 
> > ---
> >  drivers/input/touchscreen/zforce_ts.c | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/drivers/input/touchscreen/zforce_ts.c
> > b/drivers/input/touchscreen/zforce_ts.c index 19880c7..f58a196 100644
> > --- a/drivers/input/touchscreen/zforce_ts.c
> > +++ b/drivers/input/touchscreen/zforce_ts.c
> > @@ -30,7 +30,6 @@
> >  #include <linux/input/mt.h>
> >  #include <linux/platform_data/zforce_ts.h>
> >  #include <linux/regulator/consumer.h>
> > -#include <linux/delay.h>
> >  #include <linux/of.h>
> >  #include <linux/of_gpio.h>
>
diff mbox

Patch

diff --git a/drivers/input/touchscreen/zforce_ts.c b/drivers/input/touchscreen/zforce_ts.c
index 19880c7..f58a196 100644
--- a/drivers/input/touchscreen/zforce_ts.c
+++ b/drivers/input/touchscreen/zforce_ts.c
@@ -30,7 +30,6 @@ 
 #include <linux/input/mt.h>
 #include <linux/platform_data/zforce_ts.h>
 #include <linux/regulator/consumer.h>
-#include <linux/delay.h>
 #include <linux/of.h>
 #include <linux/of_gpio.h>