|
@@ -477,7 +477,6 @@ static const struct tty_operations master_pty_ops_bsd = {
|
|
|
.flush_buffer = pty_flush_buffer,
|
|
|
.chars_in_buffer = pty_chars_in_buffer,
|
|
|
.unthrottle = pty_unthrottle,
|
|
|
- .set_termios = pty_set_termios,
|
|
|
.ioctl = pty_bsd_ioctl,
|
|
|
.cleanup = pty_cleanup,
|
|
|
.resize = pty_resize,
|
|
@@ -654,7 +653,6 @@ static const struct tty_operations ptm_unix98_ops = {
|
|
|
.flush_buffer = pty_flush_buffer,
|
|
|
.chars_in_buffer = pty_chars_in_buffer,
|
|
|
.unthrottle = pty_unthrottle,
|
|
|
- .set_termios = pty_set_termios,
|
|
|
.ioctl = pty_unix98_ioctl,
|
|
|
.resize = pty_resize,
|
|
|
.shutdown = pty_unix98_shutdown,
|