aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/serial_core.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 284ef7f54890..f98dc78abb27 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -337,18 +337,7 @@ struct uart_port {
337}; 337};
338 338
339/* 339/*
340 * This is the state information which is only valid when the port
341 * is open; it may be cleared the core driver once the device has
342 * been closed. Either the low level driver or the core can modify
343 * stuff here.
344 */
345typedef unsigned int __bitwise__ uif_t;
346
347
348/*
349 * This is the state information which is persistent across opens. 340 * This is the state information which is persistent across opens.
350 * The low level driver must not to touch any elements contained
351 * within.
352 */ 341 */
353struct uart_state { 342struct uart_state {
354 struct tty_port port; 343 struct tty_port port;