On Mon, Jan 24, 2005 at 02:57:17PM +0100, Gerd Knorr wrote: > On Mon, Jan 24, 2005 at 12:17:13PM +0100, Adrian Bunk wrote: > > On Mon, Jan 24, 2005 at 02:15:16AM -0800, Andrew Morton wrote: > > >... > > > +v4l-saa7134-module.patch > > > > This patch broke compilation with CONFIG_MODULES=n: > > > > drivers/media/video/saa7134/saa7134-core.c: In function `pending_call': > > drivers/media/video/saa7134/saa7134-core.c:234: error: `MODULE_STATE_LIVE' > > undeclared (first use in this function) > > The patch below should fix this.
Not completely: <-- snip --> ... CC drivers/media/video/saa7134/saa7134-core.o drivers/media/video/saa7134/saa7134-core.c: In function `saa7134_initdev': drivers/media/video/saa7134/saa7134-core.c:997: error: `need_empress' undeclared (first use in this function) drivers/media/video/saa7134/saa7134-core.c:997: error: (Each undeclared identifier is reported only once drivers/media/video/saa7134/saa7134-core.c:997: error: for each function it appears in.) drivers/media/video/saa7134/saa7134-core.c:1000: error: `need_dvb' undeclared (first use in this function) make[4]: *** [drivers/media/video/saa7134/saa7134-core.o] Error 1 <-- snip --> > Gerd >... cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - 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/