projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
040f045
)
ARM: 5856/1: Fix bug of uart0 platfrom data for nuc900
author
wanzongshun
<mcuos.com@gmail.com>
Fri, 18 Dec 2009 17:02:46 +0000
(18:02 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 22 Dec 2009 15:32:32 +0000
(15:32 +0000)
Fix bug of uart0 platfrom data for nuc900
Signed-off-by: lijie <eltshanli@gmail.com>
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-w90x900/cpu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-w90x900/cpu.c
b/arch/arm/mach-w90x900/cpu.c
index
921cef9
..
20dc0c9
100644
(file)
--- 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 = {