summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJeremy.Yao <r65161@freescale.com>2010-03-25 15:51:17 +0800
committerJeremy.Yao <r65161@freescale.com>2010-03-25 15:51:17 +0800
commitd86a30601e71d605bae924611f1e8c8fa2eac455 (patch)
treed0dde8343b8a15d65baa621f50446e24b86a60a9 /arch
parent2213900dfd2effbef71d1ae768e5304accb5aaf4 (diff)
ENGR00121977: iMX28 Fix Keypad Driver
Stop using btn irq Signed-off-by: Jeremy Yao <r65161@freescale.com>
Diffstat (limited to 'arch')
-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)