On Tue, 2004-10-19 at 20:51, Steven E. Woolard wrote:
> I ran into this problem when trying to compile 2.6.9-bk3 (since it came
> out less than 24 hours after 2.6.9 ... bad omen eh?)
> I've attached my .config used just incase it helps. (New to bug
> reporting...)
> ...
> CC drivers/serial/8250.o
> drivers/serial/8250.c:185: error: `UART_FCR_R_TRIG_10' undeclared here
> (not in a function)
Russell's patch introduces the use of
the UART_FCR_x_TRIG_xx macros, but not
the definition.
--
Paul Fulghum
[email protected]
On Tue, Oct 19, 2004 at 09:46:06PM -0500, Paul Fulghum wrote:
> On Tue, 2004-10-19 at 20:51, Steven E. Woolard wrote:
> > I ran into this problem when trying to compile 2.6.9-bk3 (since it came
> > out less than 24 hours after 2.6.9 ... bad omen eh?)
> > I've attached my .config used just incase it helps. (New to bug
> > reporting...)
> > ...
> > CC drivers/serial/8250.o
> > drivers/serial/8250.c:185: error: `UART_FCR_R_TRIG_10' undeclared here
> > (not in a function)
>
> Russell's patch introduces the use of
> the UART_FCR_x_TRIG_xx macros, but not
> the definition.
And the fix has been posted on this very mailing list shortly after the
problem code was merged:
Subject: [PATCH] Fix serial breakage in -bk3
Date: Tue, 19 Oct 2004 23:47:16 +0100
Message-ID: <[email protected]>
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core