Hello,
I am attempting to incorporate the latest I2C fixes in the 2.6.6-bk2 kernel with the latest dvb-kernel CVS drivers and am getting the following error message during the build:
HOSTCC drivers/media/dvb/ttpci/fdump
drivers/media/dvb/ttpci/fdump "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw" dvb_ttpci_fw drivers/media/dvb/ttpci/av7110_firm.h
CC drivers/media/dvb/ttpci/av7110.o
drivers/media/dvb/ttpci/av7110.c: In function `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[5]: *** [drivers/media/dvb/ttpci/av7110.o] Error 1
make[4]: *** [drivers/media/dvb/ttpci] Error 2
make[3]: *** [drivers/media/dvb] Error 2
make[2]: *** [drivers/media] Error 2
make[1]: *** [drivers] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.6-bk2'
make: *** [stamp-build] Error 2