diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-cpuimx35.c')
-rw-r--r-- | arch/arm/mach-imx/mach-cpuimx35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-cpuimx35.c b/arch/arm/mach-imx/mach-cpuimx35.c index 771362d1fbee..65e4c53e1554 100644 --- a/arch/arm/mach-imx/mach-cpuimx35.c +++ b/arch/arm/mach-imx/mach-cpuimx35.c | |||
@@ -53,7 +53,7 @@ static const struct imxi2c_platform_data | |||
53 | }; | 53 | }; |
54 | 54 | ||
55 | #define TSC2007_IRQGPIO IMX_GPIO_NR(3, 2) | 55 | #define TSC2007_IRQGPIO IMX_GPIO_NR(3, 2) |
56 | static int tsc2007_get_pendown_state(void) | 56 | static int tsc2007_get_pendown_state(struct device *dev) |
57 | { | 57 | { |
58 | return !gpio_get_value(TSC2007_IRQGPIO); | 58 | return !gpio_get_value(TSC2007_IRQGPIO); |
59 | } | 59 | } |