Klaus Schmidinger wrote:
Holger Waechtler wrote:

...

- When compiling av7110/saa7146_core.c I get the error message

 saa7146_core.c:911: warning: implicit declaration of function `__devexit_p'
 saa7146_core.c:911: initializer element is not constant
 saa7146_core.c:911: (near initialization for `saa7146_driver.remove')

 Looks like the definition of __devexit_p (which I assume is a macro) is not
 there. Maybe a missing #include? However, I couldn't find any header file
 on my system that would define this macro.

 I'm using SuSE 7.3 with kernel 2.4.10.
again your kernel seems too old, I added a workaround in compat.h.
Please update your driver and try again.

Ok, now it compiles. But when doing 'make insmod' I get:

dvb-core.o: unresolved symbol minor
Hmm, minor() was MINOR() in early kernels, right? I applied a workaround in compat.h, please test and report if it works...

thanks,

Holger



--
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

Reply via email to