From 9556b0639a9b44b10f8cb78857aeb47a305ba40c Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Sat, 1 May 2004 22:31:51 +0000 Subject: revert last change, errno is needed for __KERNEL_SYSCALLS__ --- linux/drivers/media/dvb/frontends/tda1004x.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux/drivers/media/dvb') diff --git a/linux/drivers/media/dvb/frontends/tda1004x.c b/linux/drivers/media/dvb/frontends/tda1004x.c index 8b4deb02e..18292ae8e 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.c +++ b/linux/drivers/media/dvb/frontends/tda1004x.c @@ -188,6 +188,9 @@ static int tda10045h_fwinfo_count = sizeof(tda10045h_fwinfo) / sizeof(struct fwi 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) { int ret; -- cgit v1.2.3