On Sat, 23 Dec 2006 14:14:48 -0600 Steve French <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

