Re: [PATCH 2.6.12-rc2-mm3] serial: update NEC VR4100 series serial support

From: Russell King
Date: Wed Apr 13 2005 - 10:04:41 EST


On Wed, Apr 13, 2005 at 11:18:27PM +0900, Yoichi Yuasa wrote:
> static struct uart_ops early_uart_ops = {
> - .set_termios = early_set_termios,
> + .set_termios = siu_set_termios,
> };

In this case, you don't need the early_uart_ops here - the standard
ones will do just as well. (.set_termios is the only method which
the console init code will use.)

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/