aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty_ldisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tty_ldisc.h')
-rw-r--r--include/linux/tty_ldisc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tty_ldisc.h b/include/linux/tty_ldisc.h
index 3bc5144b1c7e..1ef64d4ad887 100644
--- a/include/linux/tty_ldisc.h
+++ b/include/linux/tty_ldisc.h
@@ -187,7 +187,7 @@ struct tty_ldisc_ops {
187 long (*compat_ioctl)(struct tty_struct *tty, struct file *file, 187 long (*compat_ioctl)(struct tty_struct *tty, struct file *file,
188 unsigned int cmd, unsigned long arg); 188 unsigned int cmd, unsigned long arg);
189 void (*set_termios)(struct tty_struct *tty, struct ktermios *old); 189 void (*set_termios)(struct tty_struct *tty, struct ktermios *old);
190 unsigned int (*poll)(struct tty_struct *, struct file *, 190 __poll_t (*poll)(struct tty_struct *, struct file *,
191 struct poll_table_struct *); 191 struct poll_table_struct *);
192 int (*hangup)(struct tty_struct *tty); 192 int (*hangup)(struct tty_struct *tty);
193 193