diff options
Diffstat (limited to 'include/linux/tty_driver.h')
-rw-r--r-- | include/linux/tty_driver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h index 005d06ad46a6..78416b901589 100644 --- a/include/linux/tty_driver.h +++ b/include/linux/tty_driver.h | |||
@@ -225,7 +225,8 @@ struct tty_struct; | |||
225 | struct tty_driver; | 225 | struct tty_driver; |
226 | 226 | ||
227 | struct tty_operations { | 227 | struct tty_operations { |
228 | struct tty_struct * (*lookup)(struct tty_driver *driver, int idx); | 228 | struct tty_struct * (*lookup)(struct tty_driver *driver, |
229 | struct inode *inode, int idx); | ||
229 | int (*install)(struct tty_driver *driver, struct tty_struct *tty); | 230 | int (*install)(struct tty_driver *driver, struct tty_struct *tty); |
230 | void (*remove)(struct tty_driver *driver, struct tty_struct *tty); | 231 | void (*remove)(struct tty_driver *driver, struct tty_struct *tty); |
231 | int (*open)(struct tty_struct * tty, struct file * filp); | 232 | int (*open)(struct tty_struct * tty, struct file * filp); |