diff options
Diffstat (limited to 'arch/mips/alchemy')
-rw-r--r-- | arch/mips/alchemy/common/platform.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/alchemy/common/platform.c b/arch/mips/alchemy/common/platform.c index f9e5622ebc95..c233d64a0d60 100644 --- a/arch/mips/alchemy/common/platform.c +++ b/arch/mips/alchemy/common/platform.c | |||
@@ -33,7 +33,6 @@ | |||
33 | } | 33 | } |
34 | 34 | ||
35 | static struct plat_serial8250_port au1x00_uart_data[] = { | 35 | static struct plat_serial8250_port au1x00_uart_data[] = { |
36 | #if defined(CONFIG_SERIAL_8250_AU1X00) | ||
37 | #if defined(CONFIG_SOC_AU1000) | 36 | #if defined(CONFIG_SOC_AU1000) |
38 | PORT(UART0_PHYS_ADDR, AU1000_UART0_INT), | 37 | PORT(UART0_PHYS_ADDR, AU1000_UART0_INT), |
39 | PORT(UART1_PHYS_ADDR, AU1000_UART1_INT), | 38 | PORT(UART1_PHYS_ADDR, AU1000_UART1_INT), |
@@ -54,7 +53,6 @@ static struct plat_serial8250_port au1x00_uart_data[] = { | |||
54 | PORT(UART0_PHYS_ADDR, AU1200_UART0_INT), | 53 | PORT(UART0_PHYS_ADDR, AU1200_UART0_INT), |
55 | PORT(UART1_PHYS_ADDR, AU1200_UART1_INT), | 54 | PORT(UART1_PHYS_ADDR, AU1200_UART1_INT), |
56 | #endif | 55 | #endif |
57 | #endif /* CONFIG_SERIAL_8250_AU1X00 */ | ||
58 | { }, | 56 | { }, |
59 | }; | 57 | }; |
60 | 58 | ||