diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tty_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h index 08e088334dba..c9a69575ded6 100644 --- a/include/linux/tty_driver.h +++ b/include/linux/tty_driver.h | |||
@@ -264,6 +264,7 @@ struct tty_operations { | |||
264 | int (*poll_get_char)(struct tty_driver *driver, int line); | 264 | int (*poll_get_char)(struct tty_driver *driver, int line); |
265 | void (*poll_put_char)(struct tty_driver *driver, int line, char ch); | 265 | void (*poll_put_char)(struct tty_driver *driver, int line, char ch); |
266 | #endif | 266 | #endif |
267 | const struct file_operations *proc_fops; | ||
267 | }; | 268 | }; |
268 | 269 | ||
269 | struct tty_driver { | 270 | struct tty_driver { |