diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2016-01-10 23:23:58 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-01-28 17:17:42 -0500 |
commit | 35373abbce3e63754f96792cc1e5a4b329d3c737 (patch) | |
tree | e0c382ce4c1761980983fe75431573a7c07bc8aa /arch/xtensa | |
parent | 39b3d8929f3d2104772046977ba0781eaf032df4 (diff) |
serial: Fix ASYNC_* => UPF_* flags misuse
The UPF_* flags are the correct values to use for struct uart_port
and struct old_serial_port/SERIAL_PORT_DFNS.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/platforms/xt2000/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/platforms/xt2000/setup.c b/arch/xtensa/platforms/xt2000/setup.c index 87678961a8c8..5f4bd71971d6 100644 --- a/arch/xtensa/platforms/xt2000/setup.c +++ b/arch/xtensa/platforms/xt2000/setup.c | |||
@@ -113,7 +113,7 @@ void platform_heartbeat(void) | |||
113 | } | 113 | } |
114 | 114 | ||
115 | //#define RS_TABLE_SIZE 2 | 115 | //#define RS_TABLE_SIZE 2 |
116 | //#define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF|ASYNC_SKIP_TEST) | 116 | //#define STD_COM_FLAGS (UPF_BOOT_AUTOCONF|UPF_SKIP_TEST) |
117 | 117 | ||
118 | #define _SERIAL_PORT(_base,_irq) \ | 118 | #define _SERIAL_PORT(_base,_irq) \ |
119 | { \ | 119 | { \ |