From 45d49155305901c4e98c65f2fb47541d59b5bcc5 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 29 Oct 2007 11:33:18 -0300 Subject: Avoid breaking compilation From: Mauro Carvalho Chehab The next patchset series will change i2c structs inside tuner. This patch avoids breaking bissect, by commenting the still unused tuner xc2028. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/tuner-core.c | 2 ++ 1 file changed, 2 insertions(+) --- linux/drivers/media/video/tuner-core.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/drivers/media/video/tuner-core.c') 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; -- cgit v1.2.3