aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/tty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index d3042076d163..57a70d1d0412 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -244,6 +244,7 @@ struct tty_struct {
244 244
245 struct mutex atomic_write_lock; 245 struct mutex atomic_write_lock;
246 struct mutex legacy_mutex; 246 struct mutex legacy_mutex;
247 struct mutex throttle_mutex;
247 struct rw_semaphore termios_rwsem; 248 struct rw_semaphore termios_rwsem;
248 spinlock_t ctrl_lock; 249 spinlock_t ctrl_lock;
249 /* Termios values are protected by the termios rwsem */ 250 /* Termios values are protected by the termios rwsem */