aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2006-12-08 05:38:23 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-08 11:28:54 -0500
commit6faa3778ff69309bd3673412f0eb1e7ffee9ff83 (patch)
tree606436ae577a6ab4b5ea4f639efd8137900f1ded
parente1241f34eb21d01e000b827c74c098bfdca6eefc (diff)
[PATCH] char: remove unneded termbits redefinitions (mxser_new)
No need to redefine termbits in char tree. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/char/mxser_new.c3
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);