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

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.