>-----Original Message----- >From: linux-omap-owner@xxxxxxxxxxxxxxx [mailto:linux-omap- >owner@xxxxxxxxxxxxxxx] On Behalf Of Arce, Abraham >Sent: Thursday, May 13, 2010 3:51 PM >To: linux-input@xxxxxxxxxxxxxxx; linux-omap@xxxxxxxxxxxxxxx >Subject: [RFC] [PATCH v2 3/4] OMAP4: Keyboard board support > >Keyboard support for SDP OMAP4430 > >Signed-off-by: Abraham Arce <x0066660@xxxxxx> >--- > arch/arm/mach-omap2/board-4430sdp.c | 157 >+++++++++++++++++++++++++++++++++++ > 1 files changed, 157 insertions(+), 0 deletions(-) > >diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach- >omap2/board-4430sdp.c >index 6cce6f2..19742c5 100644 >--- a/arch/arm/mach-omap2/board-4430sdp.c >+++ b/arch/arm/mach-omap2/board-4430sdp.c >@@ -19,6 +19,8 @@ > #include <linux/gpio.h> > #include <linux/usb/otg.h> > #include <linux/spi/spi.h> >+#include <linux/input.h> >+#include <linux/input/matrix_keypad.h> ... >+ >+struct omap_device *od; Any reason to have this global? >+ >+static int __init sdp4430_keypad_init(void) >+{ >+ struct omap_hwmod *oh; >+ struct matrix_keypad_platform_data *pdata; >+ ... -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html