Skip to content

Commit 88abe35

Browse files
MingcongBaiKexyBiscuit
authored andcommitted
AOSCOS: MIPS: serial: drop STD_FLAGS
Per commit b1d984c ("crisv10: use flags from tty_port"), the flags defined in STD_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST) were not tested in other code and therefore needlessly initialised. Drop them to prevent build errors. Fixes: "AOSCOS: Revert "staging: sb105x: delete the driver"" Signed-off-by: Mingcong Bai <[email protected]> Signed-off-by: Kexy Biscuit <[email protected]>
1 parent 59365c0 commit 88abe35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/mips/include/asm/serial.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*/
1313
#define BASE_BAUD 0
1414
#else
15-
#define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST)
1615
#include <asm-generic/serial.h>
1716
#endif
1817

0 commit comments

Comments
 (0)