Em 03-06-2011 10:11, Mauro Carvalho Chehab escreveu: > > > -------- Mensagem original -------- > Assunto: XC4000: code cleanup > Data: Fri, 03 Jun 2011 12:02:15 +0200 > De: [email protected] <[email protected]> > Para: Devin Heitmueller <[email protected]> > CC: Dmitri Belimov <[email protected]>, Mauro Carvalho Chehab > <[email protected]>, [email protected], [email protected] > > This is the first of a set of patches that update the original xc4000 > sources to my modified version. It removes some unused code, and makes > a few minor formatting changes. > > Signed-off-by: Istvan Varga <[email protected]> >
This patch broke compilation: drivers/media/common/tuners/xc4000.c: In function ‘xc_tune_channel’: drivers/media/common/tuners/xc4000.c:497: error: ‘XC_TUNE_ANALOG’ undeclared (first use in this function) drivers/media/common/tuners/xc4000.c:497: error: (Each undeclared identifier is reported only once drivers/media/common/tuners/xc4000.c:497: error: for each function it appears in.) drivers/media/common/tuners/xc4000.c: In function ‘xc4000_set_params’: drivers/media/common/tuners/xc4000.c:1232: error: ‘XC_TUNE_DIGITAL’ undeclared (first use in this function) drivers/media/common/tuners/xc4000.c: In function ‘xc4000_set_analog_params’: drivers/media/common/tuners/xc4000.c:1323: error: ‘XC_TUNE_ANALOG’ undeclared (first use in this function) make[3]: ** [drivers/media/common/tuners/xc4000.o] Erro 1 I've re-added XC_TUNE_ANALOG/XC_TUNE_DIGITAL defines to it. Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
