All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] Input: soc_button_array - remove duplicated include from soc_button_array.c
@ 2015-04-16 13:12 weiyj_lk
  2015-04-16 20:39 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: weiyj_lk @ 2015-04-16 13:12 UTC (permalink / raw)
  To: Dmitry Torokhov, Sachin Kamat, Jin Yao, Lejun Zhu, Pramod Gurav,
	Alexandre Courbot, Bastien Nocera
  Cc: Wei Yongjun, linux-input

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/input/misc/soc_button_array.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/input/misc/soc_button_array.c b/drivers/input/misc/soc_button_array.c
index e8e010a..c14b827 100644
--- a/drivers/input/misc/soc_button_array.c
+++ b/drivers/input/misc/soc_button_array.c
@@ -18,7 +18,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/gpio_keys.h>
 #include <linux/platform_device.h>
-#include <linux/acpi.h>
 
 /*
  * Definition of buttons on the tablet. The ACPI index of each button


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

* Re: [PATCH -next] Input: soc_button_array - remove duplicated include from soc_button_array.c
  2015-04-16 13:12 [PATCH -next] Input: soc_button_array - remove duplicated include from soc_button_array.c weiyj_lk
@ 2015-04-16 20:39 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2015-04-16 20:39 UTC (permalink / raw)
  To: weiyj_lk
  Cc: Sachin Kamat, Jin Yao, Lejun Zhu, Pramod Gurav,
	Alexandre Courbot, Bastien Nocera, Wei Yongjun, linux-input

On Thu, Apr 16, 2015 at 09:12:00PM +0800, weiyj_lk@163.com wrote:
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Applied, thank you.

> ---
>  drivers/input/misc/soc_button_array.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/input/misc/soc_button_array.c b/drivers/input/misc/soc_button_array.c
> index e8e010a..c14b827 100644
> --- a/drivers/input/misc/soc_button_array.c
> +++ b/drivers/input/misc/soc_button_array.c
> @@ -18,7 +18,6 @@
>  #include <linux/gpio/consumer.h>
>  #include <linux/gpio_keys.h>
>  #include <linux/platform_device.h>
> -#include <linux/acpi.h>
>  
>  /*
>   * Definition of buttons on the tablet. The ACPI index of each button
> 

-- 
Dmitry

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

end of thread, other threads:[~2015-04-16 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-16 13:12 [PATCH -next] Input: soc_button_array - remove duplicated include from soc_button_array.c weiyj_lk
2015-04-16 20:39 ` 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.