diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-29 23:17:14 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-29 23:17:14 -0300 |
commit | eac80ab6a56ec48ce5c3b00dc03001129f3d8206 (patch) | |
tree | 2e3a805d3795f50e5e52d20898875ba5bc19062b /linux/drivers/media/video/cx88 | |
parent | ebef2fa510dcad5a3ae43858f2a1b6ab8a374f0d (diff) | |
download | mediapointer-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.c | 1 |
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) |