> This has been discussed in a previous thread originated by David
> Mosberger. This removed early_serial_setup() in favor of a
> working early_port_register() call. Many PPC systems rely on
> this functionality and are currently hacking around it in the
> PPC devel tree. Last I looked, IA64 still had this in their
> devel tree too.
I'm not sure if this is related to recent TTY changes or not, but this
does bring up a small 'issue'. To get at uart_port, you need
<linux/serial_core.h>, which currently requires but does not #include
<linux/tty.h>. But I haven't been following close enough to know if
this is new breakage due to TTY changes or just no one had done
linux/serial_core.h w/o linux/tty.h before..
-- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/