]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'ep93xx-fixes' into ep93xx-for-next
authorRyan Mallon <rmallon@gmail.com>
Tue, 3 Sep 2013 04:36:00 +0000 (14:36 +1000)
committerRyan Mallon <rmallon@gmail.com>
Tue, 3 Sep 2013 04:36:00 +0000 (14:36 +1000)
arch/arm/mach-ep93xx/core.c

index cefc26ed5bea89baac5487ec8e0b4901d4061d1b..4c0a1fccefd9da7bd641823d7ed283118259bb5a 100644 (file)
@@ -283,7 +283,7 @@ static AMBA_APB_DEVICE(uart1, "apb:uart1", 0x00041010, EP93XX_UART1_PHYS_BASE,
        { IRQ_EP93XX_UART1 }, &ep93xx_uart_data);
 
 static AMBA_APB_DEVICE(uart2, "apb:uart2", 0x00041010, EP93XX_UART2_PHYS_BASE,
-       { IRQ_EP93XX_UART2 }, &ep93xx_uart_data);
+       { IRQ_EP93XX_UART2 }, NULL);
 
 static AMBA_APB_DEVICE(uart3, "apb:uart3", 0x00041010, EP93XX_UART3_PHYS_BASE,
        { IRQ_EP93XX_UART3 }, &ep93xx_uart_data);