Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: `I2C_ADAP_CLASS_TV_DIGITAL' undeclared



Hello,

On 17.05.2004 18:28, Christian Gmeiner wrote:
drivers/media/dvb/ttpci/av7110.c: In Funktion >>av7110_attach<<:
drivers/media/dvb/ttpci/av7110.c:1380: error: `I2C_ADAP_CLASS_TV_DIGITAL' undeclared (first use in this function)
drivers/media/dvb/ttpci/av7110.c:1380: error: (Each undeclared identifier is reported only once
drivers/media/dvb/ttpci/av7110.c:1380: error: for each function it appears in.)
make[4]: *** [drivers/media/dvb/ttpci/av7110.o] Fehler 1
make[3]: *** [drivers/media/dvb/ttpci] Fehler 2
make[2]: *** [drivers/media/dvb] Fehler 2
make[1]: *** [drivers/media] Fehler 2
make: *** [drivers] Fehler 2

Whats wrong?
You didn't tell us what you were exactly doing when you got this message. Seriously, there are a few ways to get a DVB driver nowadays: in-kernel, in-kernel + "patches-2.6", "makelinks", "build-2.6" ...

Most likely a
#include <linux/i2c.h>
is missing.

Thanks, Christian
CU
Michael.


--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index