diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-07 11:21:26 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-07 11:21:26 +0200 |
commit | bbfeb8f955ffac4d035361bee48261b43d073c88 (patch) | |
tree | 91ecdd9da79ee8d628e4e88575a282f317347c88 /linux/drivers/media/video/ivtv/ivtv-i2c.c | |
parent | 52404e9106f937cd668e8eaa8ca40f81be800057 (diff) | |
download | mediapointer-dvb-s2-bbfeb8f955ffac4d035361bee48261b43d073c88.tar.gz mediapointer-dvb-s2-bbfeb8f955ffac4d035361bee48261b43d073c88.tar.bz2 |
ivtv: remove userspace tuner dependent code
From: Hans Verkuil <hverkuil@xs4all.nl>
By request of mchehab I've removed the userspace tuner dependent code.
Use my v4l-dvb-xc tree in the meantime for the userspace tuner support.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-i2c.c')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-i2c.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-i2c.c b/linux/drivers/media/video/ivtv/ivtv-i2c.c index 1e4c9b0f6..624650520 100644 --- a/linux/drivers/media/video/ivtv/ivtv-i2c.c +++ b/linux/drivers/media/video/ivtv/ivtv-i2c.c @@ -65,9 +65,6 @@ #include "ivtv-i2c.h" #include <media/ir-kbd-i2c.h> -#ifdef CONFIG_XC3028 -#include "tuner/tuner-stub.h" -#endif /* i2c implementation for cx23415/6 chip, ivtv project. * Author: Kevin Thayer (nufan_wfk at yahoo.com) @@ -708,11 +705,6 @@ void ivtv_call_i2c_clients(struct ivtv *itv, unsigned int cmd, void *arg) return; } i2c_clients_command(&itv->i2c_adap, cmd, arg); - if (itv->tunerid) { -#ifdef CONFIG_XC3028 - tuner_v4l_cmd(itv->tunerid, cmd, arg); -#endif - } if (itv->hw_flags & IVTV_HW_GPIO) ivtv_gpio(itv, cmd, arg); } |