From: Michael Krufky warning: `i2c_readbytes' defined but not used This code will either be re-enabled or deleted in a future patch. Signed-off-by: Michael Krufky Signed-off-by: Andrew Morton --- drivers/media/dvb/frontends/lgdt3302.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/media/dvb/frontends/lgdt3302.c~lgdt3302-warning-fix drivers/media/dvb/frontends/lgdt3302.c --- devel/drivers/media/dvb/frontends/lgdt3302.c~lgdt3302-warning-fix 2005-07-25 21:53:25.000000000 -0700 +++ devel-akpm/drivers/media/dvb/frontends/lgdt3302.c 2005-07-25 21:53:25.000000000 -0700 @@ -94,6 +94,7 @@ static int i2c_writebytes (struct lgdt33 return 0; } +#if 0 static int i2c_readbytes (struct lgdt3302_state* state, u8 addr, /* demod_address or pll_address */ u8 *buf, /* holds data bytes read */ @@ -109,6 +110,7 @@ static int i2c_readbytes (struct lgdt330 } return 0; } +#endif /* * This routine writes the register (reg) to the demod bus _