diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tty_driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h index ecdaeb98b293..5cf685086dd3 100644 --- a/include/linux/tty_driver.h +++ b/include/linux/tty_driver.h | |||
@@ -312,7 +312,6 @@ struct tty_driver { | |||
312 | */ | 312 | */ |
313 | struct tty_struct **ttys; | 313 | struct tty_struct **ttys; |
314 | struct ktermios **termios; | 314 | struct ktermios **termios; |
315 | struct ktermios **termios_locked; | ||
316 | void *driver_state; | 315 | void *driver_state; |
317 | 316 | ||
318 | /* | 317 | /* |