diff options
Diffstat (limited to 'arch/mips/ar7/platform.c')
-rw-r--r-- | arch/mips/ar7/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ar7/platform.c b/arch/mips/ar7/platform.c index 835f3f0319ca..85169c08d8dc 100644 --- a/arch/mips/ar7/platform.c +++ b/arch/mips/ar7/platform.c | |||
@@ -505,7 +505,7 @@ static int __init ar7_register_devices(void) | |||
505 | int res; | 505 | int res; |
506 | u32 *bootcr, val; | 506 | u32 *bootcr, val; |
507 | #ifdef CONFIG_SERIAL_8250 | 507 | #ifdef CONFIG_SERIAL_8250 |
508 | static struct uart_port uart_port[2]; | 508 | static struct uart_port uart_port[2] __initdata; |
509 | 509 | ||
510 | memset(uart_port, 0, sizeof(struct uart_port) * 2); | 510 | memset(uart_port, 0, sizeof(struct uart_port) * 2); |
511 | 511 | ||