projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove __init from prom_getenv()
[openwrt.git]
/
target
/
linux
/
ar7-2.6
/
files
/
arch
/
mips
/
ar7
/
platform.c
diff --git
a/target/linux/ar7-2.6/files/arch/mips/ar7/platform.c
b/target/linux/ar7-2.6/files/arch/mips/ar7/platform.c
index
ea170ed
..
c61e20a
100644
(file)
--- a/
target/linux/ar7-2.6/files/arch/mips/ar7/platform.c
+++ b/
target/linux/ar7-2.6/files/arch/mips/ar7/platform.c
@@
-321,7
+321,7
@@
static int __init ar7_register_devices(void)
memset(uart_port, 0, sizeof(struct uart_port) * 2);
memset(uart_port, 0, sizeof(struct uart_port) * 2);
- uart_port[0].type = PORT_
16750
;
+ uart_port[0].type = PORT_
AR7
;
uart_port[0].line = 0;
uart_port[0].irq = AR7_IRQ_UART0;
uart_port[0].uartclk = ar7_bus_freq() / 2;
uart_port[0].line = 0;
uart_port[0].irq = AR7_IRQ_UART0;
uart_port[0].uartclk = ar7_bus_freq() / 2;
@@
-333,7
+333,7
@@
static int __init ar7_register_devices(void)
if (res)
return res;
if (res)
return res;
- uart_port[1].type = PORT_
16750
;
+ uart_port[1].type = PORT_
AR7
;
uart_port[1].line = 1;
uart_port[1].irq = AR7_IRQ_UART1;
uart_port[1].uartclk = ar7_bus_freq() / 2;
uart_port[1].line = 1;
uart_port[1].irq = AR7_IRQ_UART1;
uart_port[1].uartclk = ar7_bus_freq() / 2;
This page took
0.025057 seconds
and
4
git commands to generate.