aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
diff options
context:
space:
mode:
authorAnthony Kim <anthony.kim@hideep.com>2017-12-18 11:50:48 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-12-18 13:40:15 -0800
commit8b7e9d9e2d8b4de6f0d5d7a5fc63f48b1fbcf4d4 (patch)
treea9512c20a3f55721d0f612377eba90bccc2c4bf5 /drivers/input/touchscreen
parentInput: elants_i2c - do not clobber interrupt trigger on x86 (diff)
downloadlinux-dev-8b7e9d9e2d8b4de6f0d5d7a5fc63f48b1fbcf4d4.tar.xz
linux-dev-8b7e9d9e2d8b4de6f0d5d7a5fc63f48b1fbcf4d4.zip
Input: hideep - fix compile error due to missing include file
gpiod_() API requires including "linux/gpio/consumer.h". Also, we are not using the legacy API nor the static board files descriptions, so no need to include gpio.h nor gpio/machine.h. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Anthony Kim <anthony.kim@hideep.com> Patchwork-Id: 10094831 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r--drivers/input/touchscreen/hideep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/hideep.c b/drivers/input/touchscreen/hideep.c
index fc080a7c2e1f..f1cd4dd9a4a3 100644
--- a/drivers/input/touchscreen/hideep.c
+++ b/drivers/input/touchscreen/hideep.c
@@ -10,8 +10,7 @@
#include <linux/of.h>
#include <linux/firmware.h>
#include <linux/delay.h>
-#include <linux/gpio.h>
-#include <linux/gpio/machine.h>
+#include <linux/gpio/consumer.h>
#include <linux/i2c.h>
#include <linux/acpi.h>
#include <linux/interrupt.h>