Browse Source

Input: soc_button_array - remove duplicate inclusion of input.h

input.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Sachin Kamat 11 years ago
parent
commit
3e582979e4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/input/misc/soc_button_array.c

+ 0 - 1
drivers/input/misc/soc_button_array.c

@@ -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>