summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-06-23 15:16:10 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:03:33 +0200
commit177839ba88ba97d3d8ea3df3da9d04a552f53bf6 (patch)
tree7d20f67b8fb65626972f5fa013fb317f6964342b
parentf691a3e1c51228cb60e64ca40e4fde24a6e1eee3 (diff)
input: ske: Fix for gpio header move
Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
-rw-r--r--drivers/input/keyboard/nomadik-ske-keypad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/nomadik-ske-keypad.c b/drivers/input/keyboard/nomadik-ske-keypad.c
index 5600d25123b..b86d44cd5ad 100644
--- a/drivers/input/keyboard/nomadik-ske-keypad.c
+++ b/drivers/input/keyboard/nomadik-ske-keypad.c
@@ -23,7 +23,7 @@
#include <linux/regulator/consumer.h>
#include <plat/ske.h>
-#include <plat/gpio.h>
+#include <linux/gpio/nomadik.h>
/* SKE_CR bits */
#define SKE_KPMLT (0x1 << 6)