aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/serial_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index cf3a1e789bf5..8cb267b1fcd5 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -152,6 +152,7 @@ struct uart_port {
152 unsigned long sysrq; /* sysrq timeout */ 152 unsigned long sysrq; /* sysrq timeout */
153#endif 153#endif
154 154
155 /* flags must be updated while holding port mutex */
155 upf_t flags; 156 upf_t flags;
156 157
157#define UPF_FOURPORT ((__force upf_t) (1 << 1)) 158#define UPF_FOURPORT ((__force upf_t) (1 << 1))