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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to