diff options
| author | Robert Marklund <robert.marklund@stericsson.com> | 2011-06-23 15:16:10 +0200 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:15:42 +0200 |
| commit | 1ca4d3f08056fc9900592d8d6060ea1763e81647 (patch) | |
| tree | 7125a46811313ca72693daa74e4fa5b6d8926e00 /drivers/input | |
| parent | bd03fd41d313d0bf68a11e4f944ac455b8d6fa83 (diff) | |
input: ske: Fix for gpio header move
Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/keyboard/nomadik-ske-keypad.c | 2 |
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 6f3ee376811..fe7243f0463 100644 --- a/drivers/input/keyboard/nomadik-ske-keypad.c +++ b/drivers/input/keyboard/nomadik-ske-keypad.c @@ -22,7 +22,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) |
