aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-vp3054-i2c.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-05-07 10:56:42 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-05-09 10:13:05 -0300
commited69686a16e09005419d36be6a94d35c18fedabc (patch)
tree863c7c9fbcb47320c7a9bdb151039cfd313dc40c /drivers/media/video/cx88/cx88-vp3054-i2c.h
parent57e45b31c1f32d15b6642c3af1578ee40be35dfb (diff)
downloadlinux-ed69686a16e09005419d36be6a94d35c18fedabc.tar.gz
V4L/DVB (5618): Cx88: Drop the generic i2c client from cx88-vp3054-i2c
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 'drivers/media/video/cx88/cx88-vp3054-i2c.h')
-rw-r--r--drivers/media/video/cx88/cx88-vp3054-i2c.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-vp3054-i2c.h b/drivers/media/video/cx88/cx88-vp3054-i2c.h
index b7a0a04d2423e4..637a7d2322389c 100644
--- a/drivers/media/video/cx88/cx88-vp3054-i2c.h
+++ b/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;
};