diff options
-rw-r--r-- | drivers/char/mxser_new.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/mxser_new.c b/drivers/char/mxser_new.c index d311aaa52b31..8a26ce125975 100644 --- a/drivers/char/mxser_new.c +++ b/drivers/char/mxser_new.c | |||
@@ -592,9 +592,6 @@ static int mxser_change_speed(struct mxser_port *info, | |||
592 | if (!(info->ioaddr)) | 592 | if (!(info->ioaddr)) |
593 | return ret; | 593 | return ret; |
594 | 594 | ||
595 | #ifndef B921600 | ||
596 | #define B921600 (B460800 +1) | ||
597 | #endif | ||
598 | if (mxser_set_baud_method[info->tty->index] == 0) { | 595 | if (mxser_set_baud_method[info->tty->index] == 0) { |
599 | baud = tty_get_baud_rate(info->tty); | 596 | baud = tty_get_baud_rate(info->tty); |
600 | mxser_set_baud(info, baud); | 597 | mxser_set_baud(info, baud); |