[PATCH] Input: include "linux/gpio/consumer.h" header file.

From: Anthony Kim
Date: Tue Dec 05 2017 - 20:41:38 EST


An error occurred during compile because there is no header file
at x86 configure.

Signed-off-by: Anthony Kim <anthony.kim@xxxxxxxxxx>
---
drivers/input/touchscreen/hideep.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/input/touchscreen/hideep.c b/drivers/input/touchscreen/hideep.c
index fc080a7..037da00 100644
--- a/drivers/input/touchscreen/hideep.c
+++ b/drivers/input/touchscreen/hideep.c
@@ -12,6 +12,7 @@
#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>
--
2.7.4