Input: soc_button_array - remove duplicate inclusion of input.h
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 28 May 2014 16:34:25 +0000 (09:34 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 29 May 2014 06:35:17 +0000 (23:35 -0700)
input.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/soc_button_array.c

index 20c80f543d5e56fbe59f15403f2d64d9cb791cff..5a6334be30b8dbdbfc2c7405ca5337e35891091b 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/acpi.h>
 #include <linux/gpio/consumer.h>
 #include <linux/gpio_keys.h>
-#include <linux/input.h>
 #include <linux/platform_device.h>
 #include <linux/pnp.h>
 
This page took 0.024769 seconds and 5 git commands to generate.