From: "Luiz Fernando N. Capitulino" drivers/media/dvb/frontends/tda1004x.c:191: warning: `errno' defined but not used --- 25-akpm/drivers/media/dvb/frontends/tda1004x.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/media/dvb/frontends/tda1004x.c~tda1004x-unused-var drivers/media/dvb/frontends/tda1004x.c --- 25/drivers/media/dvb/frontends/tda1004x.c~tda1004x-unused-var Mon Apr 5 15:06:51 2004 +++ 25-akpm/drivers/media/dvb/frontends/tda1004x.c Mon Apr 5 15:06:51 2004 @@ -188,7 +188,6 @@ static int tda10045h_fwinfo_count = size static struct fwinfo tda10046h_fwinfo[] = { {.file_size = 286720,.fw_offset = 0x3c4f9,.fw_size = 24479} }; static int tda10046h_fwinfo_count = sizeof(tda10046h_fwinfo) / sizeof(struct fwinfo); -static int errno; static int tda1004x_write_byte(struct dvb_i2c_bus *i2c, struct tda1004x_state *tda_state, int reg, int data) _