[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061223150715.422c655b.akpm@osdl.org>
Date: Sat, 23 Dec 2006 15:07:15 -0800
From: Andrew Morton <akpm@...l.org>
To: Steve French <smfltc@...ibm.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Dmitry Torokhov <dtor@...l.ru>
Subject: Re: 2.6.19-rc1 build problem
On Sat, 23 Dec 2006 14:14:48 -0600
Steve French <smfltc@...ibm.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists