diff options
Diffstat (limited to 'arch/um/include/line.h')
-rw-r--r-- | arch/um/include/line.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/include/line.h b/arch/um/include/line.h index 7be24811bb30..5f232ae89fbb 100644 --- a/arch/um/include/line.h +++ b/arch/um/include/line.h | |||
@@ -51,7 +51,7 @@ struct line { | |||
51 | char *tail; | 51 | char *tail; |
52 | 52 | ||
53 | int sigio; | 53 | int sigio; |
54 | struct work_struct task; | 54 | struct delayed_work task; |
55 | const struct line_driver *driver; | 55 | const struct line_driver *driver; |
56 | int have_irq; | 56 | int have_irq; |
57 | }; | 57 | }; |
@@ -76,7 +76,7 @@ extern int line_setup(struct line *lines, unsigned int sizeof_lines, | |||
76 | extern int line_write(struct tty_struct *tty, const unsigned char *buf, | 76 | extern int line_write(struct tty_struct *tty, const unsigned char *buf, |
77 | int len); | 77 | int len); |
78 | extern void line_put_char(struct tty_struct *tty, unsigned char ch); | 78 | extern void line_put_char(struct tty_struct *tty, unsigned char ch); |
79 | extern void line_set_termios(struct tty_struct *tty, struct termios * old); | 79 | extern void line_set_termios(struct tty_struct *tty, struct ktermios * old); |
80 | extern int line_chars_in_buffer(struct tty_struct *tty); | 80 | extern int line_chars_in_buffer(struct tty_struct *tty); |
81 | extern void line_flush_buffer(struct tty_struct *tty); | 81 | extern void line_flush_buffer(struct tty_struct *tty); |
82 | extern void line_flush_chars(struct tty_struct *tty); | 82 | extern void line_flush_chars(struct tty_struct *tty); |