From: wanzongshun Date: Fri, 18 Dec 2009 17:02:46 +0000 (+0100) Subject: ARM: 5856/1: Fix bug of uart0 platfrom data for nuc900 X-Git-Tag: v2.6.33-rc2~5^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db93dd1ad65172867a9f50a1c36874a7393b8c53;p=platform%2Fkernel%2Flinux-3.10.git ARM: 5856/1: Fix bug of uart0 platfrom data for nuc900 Fix bug of uart0 platfrom data for nuc900 Signed-off-by: lijie Signed-off-by: Wan ZongShun Signed-off-by: Russell King --- diff --git a/arch/arm/mach-w90x900/cpu.c b/arch/arm/mach-w90x900/cpu.c index 921cef9..20dc0c9 100644 --- a/arch/arm/mach-w90x900/cpu.c +++ b/arch/arm/mach-w90x900/cpu.c @@ -96,6 +96,7 @@ static struct clk_lookup nuc900_clkregs[] = { struct plat_serial8250_port nuc900_uart_data[] = { NUC900_8250PORT(UART0), + {}, }; struct platform_device nuc900_serial_device = {