summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-29 23:17:14 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-29 23:17:14 -0300
commiteac80ab6a56ec48ce5c3b00dc03001129f3d8206 (patch)
tree2e3a805d3795f50e5e52d20898875ba5bc19062b /linux/drivers/media/video/cx88
parentebef2fa510dcad5a3ae43858f2a1b6ab8a374f0d (diff)
downloadmediapointer-dvb-s2-eac80ab6a56ec48ce5c3b00dc03001129f3d8206.tar.gz
mediapointer-dvb-s2-eac80ab6a56ec48ce5c3b00dc03001129f3d8206.tar.bz2
cx88: Fix a warning
From: Mauro Carvalho Chehab <mchehab@infradead.org> drivers/media/video/cx88/cx88-i2c.c: In function 'attach_inform': drivers/media/video/cx88/cx88-i2c.c:102: warning: unused variable 'tun_setup' Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r--linux/drivers/media/video/cx88/cx88-i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-i2c.c b/linux/drivers/media/video/cx88/cx88-i2c.c
index ab9e16864..800ea0d64 100644
--- a/linux/drivers/media/video/cx88/cx88-i2c.c
+++ b/linux/drivers/media/video/cx88/cx88-i2c.c
@@ -102,7 +102,6 @@ static int cx8800_bit_getsda(void *data)
static int attach_inform(struct i2c_client *client)
{
- struct tuner_setup tun_setup;
struct cx88_core *core = i2c_get_adapdata(client->adapter);
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,15)