diff options
-rw-r--r-- | drivers/char/mxser_new.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/char/mxser_new.c b/drivers/char/mxser_new.c index 7709cd865fff..792524ab348e 100644 --- a/drivers/char/mxser_new.c +++ b/drivers/char/mxser_new.c | |||
@@ -313,9 +313,6 @@ static int mxserBoardCAP[MXSER_BOARDS] = { | |||
313 | 313 | ||
314 | static struct mxser_board mxser_boards[MXSER_BOARDS]; | 314 | static struct mxser_board mxser_boards[MXSER_BOARDS]; |
315 | static struct tty_driver *mxvar_sdriver; | 315 | static struct tty_driver *mxvar_sdriver; |
316 | static struct tty_struct *mxvar_tty[MXSER_PORTS + 1]; | ||
317 | static struct termios *mxvar_termios[MXSER_PORTS + 1]; | ||
318 | static struct termios *mxvar_termios_locked[MXSER_PORTS + 1]; | ||
319 | static struct mxser_log mxvar_log; | 316 | static struct mxser_log mxvar_log; |
320 | static int mxvar_diagflag; | 317 | static int mxvar_diagflag; |
321 | static unsigned char mxser_msr[MXSER_PORTS + 1]; | 318 | static unsigned char mxser_msr[MXSER_PORTS + 1]; |
@@ -2652,9 +2649,6 @@ static int __init mxser_module_init(void) | |||
2652 | mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL; | 2649 | mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL; |
2653 | mxvar_sdriver->flags = TTY_DRIVER_REAL_RAW|TTY_DRIVER_DYNAMIC_DEV; | 2650 | mxvar_sdriver->flags = TTY_DRIVER_REAL_RAW|TTY_DRIVER_DYNAMIC_DEV; |
2654 | tty_set_operations(mxvar_sdriver, &mxser_ops); | 2651 | tty_set_operations(mxvar_sdriver, &mxser_ops); |
2655 | mxvar_sdriver->ttys = mxvar_tty; | ||
2656 | mxvar_sdriver->termios = mxvar_termios; | ||
2657 | mxvar_sdriver->termios_locked = mxvar_termios_locked; | ||
2658 | 2652 | ||
2659 | retval = tty_register_driver(mxvar_sdriver); | 2653 | retval = tty_register_driver(mxvar_sdriver); |
2660 | if (retval) { | 2654 | if (retval) { |