From bbfeb8f955ffac4d035361bee48261b43d073c88 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Tue, 7 Aug 2007 11:21:26 +0200 Subject: ivtv: remove userspace tuner dependent code From: Hans Verkuil 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 --- linux/drivers/media/video/ivtv/ivtv-i2c.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'linux/drivers/media/video/ivtv/ivtv-i2c.c') 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 -#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); } -- cgit v1.2.3