[PATCH] char: remove unneded termbits redefinitions (mxser_new)
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:23 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:54 +0000 (08:28 -0800)
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>
drivers/char/mxser_new.c

index d311aaa..8a26ce1 100644 (file)
@@ -592,9 +592,6 @@ static int mxser_change_speed(struct mxser_port *info,
        if (!(info->ioaddr))
                return ret;
 
-#ifndef B921600
-#define B921600 (B460800 +1)
-#endif
        if (mxser_set_baud_method[info->tty->index] == 0) {
                baud = tty_get_baud_rate(info->tty);
                mxser_set_baud(info, baud);