Prev: kvm, faster and simpler version of get_user_page_and_protection()
Next: [PATCH] keypad/nuc900: change keypad driver name from 'nuc900-keypad' to 'nuc900-kpi'
From: Wan ZongShun on 18 Jul 2010 10:30 This patch is to add nuc900 kpi platform device structure to nuc910_dev[], which enables nuc910 keypad support. Signed-off-by: Wan ZongShun <mcuos.com(a)gmail.com> --- arch/arm/mach-w90x900/nuc910.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-w90x900/nuc910.c b/arch/arm/mach-w90x900/nuc910.c index cd49776..1523f41 100644 --- a/arch/arm/mach-w90x900/nuc910.c +++ b/arch/arm/mach-w90x900/nuc910.c @@ -27,6 +27,7 @@ static struct platform_device *nuc910_dev[] __initdata = { &nuc900_device_ts, &nuc900_device_rtc, &nuc900_device_lcd, + &nuc900_device_kpi, }; /* define specific CPU platform io map */ -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |