diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-12-08 07:43:14 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:03:24 -0200 |
commit | 2a2bfbff3d867c62a49f43266ca993c9c2c2ff28 (patch) | |
tree | e663c97371f8c50b9ef56c8544d024d79c6942d5 /drivers/media/video/upd64083.c | |
parent | d9009201207c4bdce9b95a0bd903b3f087e8eda1 (diff) |
V4L/DVB (6766): ivtv: remove i2c legacy support from drivers that no longer need it
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/upd64083.c')
-rw-r--r-- | drivers/media/video/upd64083.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/upd64083.c b/drivers/media/video/upd64083.c index 7e32c5b0c29d..0f9e86cfc628 100644 --- a/drivers/media/video/upd64083.c +++ b/drivers/media/video/upd64083.c @@ -39,10 +39,6 @@ module_param(debug, bool, 0644); MODULE_PARM_DESC(debug, "Debug level (0-1)"); -static unsigned short normal_i2c[] = { 0xb8 >> 1, 0xba >> 1, I2C_CLIENT_END }; - - -I2C_CLIENT_INSMOD; enum { R00 = 0, R01, R02, R03, R04, |