diff options
-rw-r--r-- | arch/mips/alchemy/common/platform.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/alchemy/common/platform.c b/arch/mips/alchemy/common/platform.c index 195e5b3e8b41..3be14b09157c 100644 --- a/arch/mips/alchemy/common/platform.c +++ b/arch/mips/alchemy/common/platform.c | |||
@@ -26,7 +26,9 @@ | |||
26 | .irq = _irq, \ | 26 | .irq = _irq, \ |
27 | .regshift = 2, \ | 27 | .regshift = 2, \ |
28 | .iotype = UPIO_AU, \ | 28 | .iotype = UPIO_AU, \ |
29 | .flags = UPF_SKIP_TEST | UPF_IOREMAP \ | 29 | .flags = UPF_SKIP_TEST | UPF_IOREMAP | \ |
30 | UPF_FIXED_TYPE, \ | ||
31 | .type = PORT_16550A, \ | ||
30 | } | 32 | } |
31 | 33 | ||
32 | static struct plat_serial8250_port au1x00_uart_data[] = { | 34 | static struct plat_serial8250_port au1x00_uart_data[] = { |