>
> On Mon, 9 Jun 2008 10:22:57 +0200, Ingo Molnar <mingo@elte.hu> wrote:
> >
> > -tip testing found the following build error:
> >
> > drivers/built-in.o: In function `mcs_receive_irq':
> > mcs7780.c:(.text+0x4e429): undefined reference to `crc32_le'
> > drivers/built-in.o: In function `mcs_hard_xmit':
> > mcs7780.c:(.text+0x4e9af): undefined reference to `crc32_le'
> >
> > with:
> >
> >
http://redhat.com/~mingo/misc/config-Sun_Jun__8_22_56_14_CEST_2008.bad
> >
> > the reason is a missing enablement of the CRC32 library in the Kconfig.
> >
> > Signed-off-by: Ingo Molnar <mingo@elte.hu>
> Many thanks Ingo.
>
> Dave, I can take it with my next IrDA patch set. But since it's a build
> failure, you may want to take it immediatly, it's up to you.
> In the latter case:
>
> Signed-off-by: Samuel Ortiz <samuel@sortiz.org>