Re: 2.6.19-rc1 build problem

From: Andrew Morton
Date: Sat Dec 23 2006 - 18:15:10 EST


On Sat, 23 Dec 2006 14:14:48 -0600
Steve French <smfltc@xxxxxxxxxx> wrote:

> Is this a know problem with very current 2.6.19-rc?
>
> Building modules, stage 2.
> MODPOST 443 modules
> WARNING: "bitrev32" [drivers/net/8139cp.ko] undefined!

You'll need to set CONFIG_BITREVERSE. Somehow. This is going to cause
problems and I suspect we'll end up giving up in horror and just adding it
to lib-y.

> WARNING: "serio_register_driver" [drivers/input/touchscreen/mtouch.ko]
> undefined!

serio_register_driver is exported, so we're missing a Kconfig dependency
somewhere.

MTOUCH selects SERIO, which seems right, so something weird is happening.
Please send .config.

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