diff options
author | Denis Carikli <denis@eukrea.com> | 2013-11-19 14:56:04 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-11-25 21:27:53 -0500 |
commit | 07f9e5cf8e4154ad17b92ad288be0f04fa0cb94f (patch) | |
tree | 2369ad48e65fb898bc57858a6ab36f13a2125e41 /arch/sh/boards/mach-ecovec24 | |
parent | bd77c321945f652f6225847a8405f469601cd02c (diff) |
Input: tsc2007 - add device tree support.
Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'arch/sh/boards/mach-ecovec24')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 1fa8be409771..23d7e45f9d14 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -501,7 +501,7 @@ static struct platform_device keysc_device = { | |||
501 | /* TouchScreen */ | 501 | /* TouchScreen */ |
502 | #define IRQ0 evt2irq(0x600) | 502 | #define IRQ0 evt2irq(0x600) |
503 | 503 | ||
504 | static int ts_get_pendown_state(void) | 504 | static int ts_get_pendown_state(struct device *dev) |
505 | { | 505 | { |
506 | int val = 0; | 506 | int val = 0; |
507 | gpio_free(GPIO_FN_INTC_IRQ0); | 507 | gpio_free(GPIO_FN_INTC_IRQ0); |