diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-07 10:56:42 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-07 10:56:42 -0300 |
commit | e08fe9b085ccce13ce192a1351c8192f6a6cb60b (patch) | |
tree | a2775aa9b42868b11cea29c2a38e95055fc5ac6f /linux/drivers/media/video/cx88/cx88-vp3054-i2c.h | |
parent | 604729ac7c967190c873e3a78ed8a399b521f075 (diff) | |
download | mediapointer-dvb-s2-e08fe9b085ccce13ce192a1351c8192f6a6cb60b.tar.gz mediapointer-dvb-s2-e08fe9b085ccce13ce192a1351c8192f6a6cb60b.tar.bz2 |
Cx88: Drop the generic i2c client from cx88-vp3054-i2c
From: Jean Delvare <khali@linux-fr.org>
Drop the generic client declared in cx88-vp3054-i2c: it's not used
anywhere. This shrinks cx88-vp3054-i2c.o by 29% on x86_64. Unless it
was there for later use?
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-vp3054-i2c.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-vp3054-i2c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-vp3054-i2c.h b/linux/drivers/media/video/cx88/cx88-vp3054-i2c.h index b7a0a04d2..637a7d232 100644 --- a/linux/drivers/media/video/cx88/cx88-vp3054-i2c.h +++ b/linux/drivers/media/video/cx88/cx88-vp3054-i2c.h @@ -26,7 +26,6 @@ struct vp3054_i2c_state { struct i2c_adapter adap; struct i2c_algo_bit_data algo; - struct i2c_client client; u32 state; }; |