[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1512524475-32624-1-git-send-email-anthony.kim@hideep.com>
Date: Wed, 6 Dec 2017 10:41:15 +0900
From: Anthony Kim <anthony.kim@...eep.com>
To: dmitry.torokhov@...il.com
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
dennis.hong@...eep.com, Anthony Kim <anthony.kim@...eep.com>
Subject: [PATCH] Input: include "linux/gpio/consumer.h" header file.
An error occurred during compile because there is no header file
at x86 configure.
Signed-off-by: Anthony Kim <anthony.kim@...eep.com>
---
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
Powered by blists - more mailing lists