All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: include "linux/gpio/consumer.h" header file.
@ 2017-12-06  1:41 Anthony Kim
  0 siblings, 0 replies; only message in thread
From: Anthony Kim @ 2017-12-06  1:41 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-input, linux-kernel, dennis.hong, Anthony Kim

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

Signed-off-by: Anthony Kim <anthony.kim@hideep.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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-06  1:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-06  1:41 [PATCH] Input: include "linux/gpio/consumer.h" header file Anthony Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.