summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/tuner-core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c
index ef75a7bc3..969530094 100644
--- a/linux/drivers/media/video/tuner-core.c
+++ b/linux/drivers/media/video/tuner-core.c
@@ -362,6 +362,7 @@ static void set_type(struct i2c_client *c, unsigned int type,
i2c_master_send(c,buffer,4);
attach_simple_tuner(t);
break;
+#if 0
case TUNER_XC2028:
{
int rc=xc2028_attach(&t->fe, t->i2c.adapter, t->i2c.addr,
@@ -374,6 +375,7 @@ static void set_type(struct i2c_client *c, unsigned int type,
}
break;
}
+#endif
case TUNER_TDA9887:
tda9887_attach(t);
break;