diff options
Diffstat (limited to 'arch/um/drivers/ssl.c')
-rw-r--r-- | arch/um/drivers/ssl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/drivers/ssl.c b/arch/um/drivers/ssl.c index e09801a1327b..a39d53eaf57b 100644 --- a/arch/um/drivers/ssl.c +++ b/arch/um/drivers/ssl.c | |||
@@ -129,7 +129,6 @@ static const struct tty_operations ssl_ops = { | |||
129 | .flush_buffer = line_flush_buffer, | 129 | .flush_buffer = line_flush_buffer, |
130 | .flush_chars = line_flush_chars, | 130 | .flush_chars = line_flush_chars, |
131 | .set_termios = line_set_termios, | 131 | .set_termios = line_set_termios, |
132 | .ioctl = line_ioctl, | ||
133 | .throttle = line_throttle, | 132 | .throttle = line_throttle, |
134 | .unthrottle = line_unthrottle, | 133 | .unthrottle = line_unthrottle, |
135 | #if 0 | 134 | #if 0 |