summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx28
diff options
context:
space:
mode:
authorJeremy.Yao <r65161@freescale.com>2010-03-25 15:51:17 +0800
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-25 11:20:16 +0200
commit184ae309e4013a3a5237c9cff3c26c82e709cafb (patch)
treeca60c4d24f432051ecd3a1207d80defb46f44382 /arch/arm/mach-mx28
parentfa257907abe1d8e63912df5033f3a3593c592924 (diff)
ENGR00121977: iMX28 Fix Keypad Driver
Stop using btn irq Signed-off-by: Jeremy Yao <r65161@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/mach-mx28')
-rw-r--r--arch/arm/mach-mx28/device.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-mx28/device.c b/arch/arm/mach-mx28/device.c
index 9f553acc597d..33ee4b63890a 100644
--- a/arch/arm/mach-mx28/device.c
+++ b/arch/arm/mach-mx28/device.c
@@ -813,11 +813,6 @@ static struct resource mx28_kbd_res[] = {
.start = IRQ_LRADC_CH1,
.end = IRQ_LRADC_CH1,
},
- {
- .flags = IORESOURCE_IRQ,
- .start = IRQ_LRADC_BUTTON1,
- .end = IRQ_LRADC_BUTTON1,
- },
};
static void __init mx28_init_kbd(void)