aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tty_driver.h')
-rw-r--r--include/linux/tty_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h
index 6e6dbb7447b6..04419c141b00 100644
--- a/include/linux/tty_driver.h
+++ b/include/linux/tty_driver.h
@@ -313,6 +313,7 @@ struct tty_driver {
313 * Pointer to the tty data structures 313 * Pointer to the tty data structures
314 */ 314 */
315 struct tty_struct **ttys; 315 struct tty_struct **ttys;
316 struct tty_port **ports;
316 struct ktermios **termios; 317 struct ktermios **termios;
317 void *driver_state; 318 void *driver_state;
318 319