diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2015-04-16 23:38:00 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-05-13 20:30:18 +0300 |
commit | 6dd063353f9317955a67bc23249eac43128f7ff7 (patch) | |
tree | 894b877601e8032b5c3b044ac6f291831211f8c2 /drivers | |
parent | 755bab5b804d4873001c608bda5f18ab6a2d3372 (diff) | |
download | linux-6dd063353f9317955a67bc23249eac43128f7ff7.tar.xz |
Input: soc_button_array - remove duplicated include
Remove duplicated include for acpi.h.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/misc/soc_button_array.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/soc_button_array.c b/drivers/input/misc/soc_button_array.c index e8e010a85484..c14b82709b0f 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 |