From 422d19a5456fe0c51f33d99508e417d86eef7fcf Mon Sep 17 00:00:00 2001 From: arun c Date: Sat, 20 Sep 2008 02:51:40 -0400 Subject: [PATCH] OMAP3EVM: TWL4030 Keypad irq error fix without this the below error messages were coming continuously TWL4030 module irq 369 is disabled but can't be masked! <2>TWL4030 module irq 369 is disabled but can't be masked! Signed-off-by: Arun C Acked-by: Felipe Balbi Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-omap3evm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index e69ea4d7436..6aa7e283a92 100644 --- a/arch/arm/mach-omap2/board-omap3evm.c +++ b/arch/arm/mach-omap2/board-omap3evm.c @@ -25,6 +25,7 @@ #include #include +#include #include #include @@ -192,6 +193,7 @@ static struct omap_kp_platform_data omap3evm_kp_data = { .keymap = omap3evm_keymap, .keymapsize = ARRAY_SIZE(omap3evm_keymap), .rep = 1, + .irq = TWL4030_MODIRQ_KEYPAD, }; static struct platform_device omap3evm_kp_device = { -- 2.41.0