V4L/DVB (11364): tuner: remove i2c legacy code.
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 1 Apr 2009 06:32:22 +0000 (03:32 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 7 Apr 2009 00:44:18 +0000 (21:44 -0300)
commit75b4c260fa93d99979a8b5bec5a621daff469398
treea3f062f4a5e3a4d1f6231e253e6c9567448c640f
parent762decd3bfb58f190b7cc2e9cc186ba95cca3dcf
V4L/DVB (11364): tuner: remove i2c legacy code.

All drivers that use the tuner module now use v4l2_subdev, so we can remove the
legacy code from this module.

Note that TUNER_SET_CONFIG is still called by tuner-simple.c, so we have
to handle it via a .command callback. There must be a better way to do this,
but for now this will work.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/tuner-core.c