Re: sparc, ppc64 build failures (allmodconfig, -latest)

From: Russell King
Date: Fri Aug 12 2005 - 14:43:00 EST


On Fri, Aug 12, 2005 at 10:38:54PM +0400, Alexey Dobriyan wrote:
> sparc
>
> drivers/char/ip2main.c:123:24: asm/serial.h: No such file or directory
> drivers/char/synclinkmp.c:58:24: asm/serial.h: No such file or directory

These drivers need to stop including asm/serial.h. The only driver
which should include this file is drivers/serial/8250.c and no other.
It contains architecture specific definitions of the platforms 8250
ports.

It does not contain the default base baud (aka BASE_BAUD) for use with
a custom 8250 board, which is actually architecture independent.

--
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/