projects
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4d366
)
mrst: need to include gpio.h in mrst.c as the touchscreen code added for
author
Fei Yang
<fei.yang@intel.com>
Fri, 9 Sep 2011 17:06:50 +0000
(10:06 -0700)
committer
mgross
<mark.gross@intel.com>
Wed, 9 Nov 2011 20:37:54 +0000
(12:37 -0800)
Cypress TTSP makes reference to the GPIO API's
Change-Id: Ib11b05ab8b5ec9b1e85748072ab1f5c0f8e493a9
Signed-off-by: Fei Yang <fei.yang@intel.com>
arch/x86/platform/mrst/mrst.c
patch
|
blob
|
history
diff --git
a/arch/x86/platform/mrst/mrst.c
b/arch/x86/platform/mrst/mrst.c
index
cbb5165
..
71116e1
100644
(file)
--- a/
arch/x86/platform/mrst/mrst.c
+++ b/
arch/x86/platform/mrst/mrst.c
@@
-22,6
+22,7
@@
#include <linux/cyttsp.h>
#include <linux/i2c.h>
#include <linux/i2c/pca953x.h>
+#include <linux/gpio.h>
#include <linux/gpio_keys.h>
#include <linux/input.h>
#include <linux/platform_device.h>