]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/ar7/platform.c
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
[karo-tx-linux.git] / arch / mips / ar7 / platform.c
index 835f3f0319ca77b7b8be96e4babac9db16283c1f..f70a10a8cc961c873fc0c0cc2d1b1b3d5c340521 100644 (file)
@@ -202,7 +202,7 @@ static struct resource usb_res[] = {
                .name = "mem",
                .flags = IORESOURCE_MEM,
                .start = 0x03400000,
-               .end = 0x034001fff,
+               .end = 0x03401fff,
        },
 };
 
@@ -505,7 +505,7 @@ static int __init ar7_register_devices(void)
        int res;
        u32 *bootcr, val;
 #ifdef CONFIG_SERIAL_8250
-       static struct uart_port uart_port[2];
+       static struct uart_port uart_port[2] __initdata;
 
        memset(uart_port, 0, sizeof(struct uart_port) * 2);