diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/serial_core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index ec351005bf9..f3af47713a4 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h | |||
@@ -245,9 +245,7 @@ struct uart_port { | |||
245 | #define UPF_HARDPPS_CD (1 << 11) | 245 | #define UPF_HARDPPS_CD (1 << 11) |
246 | #define UPF_LOW_LATENCY (1 << 13) | 246 | #define UPF_LOW_LATENCY (1 << 13) |
247 | #define UPF_BUGGY_UART (1 << 14) | 247 | #define UPF_BUGGY_UART (1 << 14) |
248 | #define UPF_AUTOPROBE (1 << 15) | ||
249 | #define UPF_MAGIC_MULTIPLIER (1 << 16) | 248 | #define UPF_MAGIC_MULTIPLIER (1 << 16) |
250 | #define UPF_BOOT_ONLYMCA (1 << 22) | ||
251 | #define UPF_CONS_FLOW (1 << 23) | 249 | #define UPF_CONS_FLOW (1 << 23) |
252 | #define UPF_SHARE_IRQ (1 << 24) | 250 | #define UPF_SHARE_IRQ (1 << 24) |
253 | #define UPF_BOOT_AUTOCONF (1 << 28) | 251 | #define UPF_BOOT_AUTOCONF (1 << 28) |