Hi! On Fri, 14 Dec 2001, Zhuravlev Alexander wrote: > but when i try make insmod > > dvb.o: unresolved symbol DmxDevDVRPoll > make: *** [insmod] Error 1 > > what does this mean ? > > other *.o loaded as modules successfully
Near the end of dmxdev.c there are some EXPORT_SYMBOL(..xyz..) lines. Add
there
EXPORT_SYMBOL(DmxDevDVRPoll)
Bye,
Rolf
--
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as
subject.
