mrst: need to include gpio.h in mrst.c as the touchscreen code added for
authorFei Yang <fei.yang@intel.com>
Fri, 9 Sep 2011 17:06:50 +0000 (10:06 -0700)
committermgross <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

index cbb5165..71116e1 100644 (file)
@@ -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>