diff options
-rw-r--r-- | arch/arm/mach-pxa/include/mach/vpac270.h | 2 | ||||
-rw-r--r-- | arch/arm/mach-pxa/vpac270.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/include/mach/vpac270.h b/arch/arm/mach-pxa/include/mach/vpac270.h index 0d82c47056ef..7bfa3dd0fd5e 100644 --- a/arch/arm/mach-pxa/include/mach/vpac270.h +++ b/arch/arm/mach-pxa/include/mach/vpac270.h | |||
@@ -37,4 +37,6 @@ | |||
37 | 37 | ||
38 | #define GPIO36_VPAC270_IDE_IRQ 36 | 38 | #define GPIO36_VPAC270_IDE_IRQ 36 |
39 | 39 | ||
40 | #define GPIO113_VPAC270_TS_IRQ 113 | ||
41 | |||
40 | #endif | 42 | #endif |
diff --git a/arch/arm/mach-pxa/vpac270.c b/arch/arm/mach-pxa/vpac270.c index 6575b8f352c9..a1b39c4674da 100644 --- a/arch/arm/mach-pxa/vpac270.c +++ b/arch/arm/mach-pxa/vpac270.c | |||
@@ -388,7 +388,7 @@ static pxa2xx_audio_ops_t vpac270_ac97_pdata = { | |||
388 | }; | 388 | }; |
389 | 389 | ||
390 | static struct ucb1400_pdata vpac270_ucb1400_pdata = { | 390 | static struct ucb1400_pdata vpac270_ucb1400_pdata = { |
391 | .irq = IRQ_GPIO(113), | 391 | .irq = IRQ_GPIO(GPIO113_VPAC270_TS_IRQ), |
392 | }; | 392 | }; |
393 | 393 | ||
394 | static struct platform_device vpac270_ucb1400_device = { | 394 | static struct platform_device vpac270_ucb1400_device = { |