diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-08-06 10:08:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:05:48 -0400 |
commit | 563711f16f5d5ee8b639a3d6ee4cef199617009c (patch) | |
tree | cacb087acb40d3eadb9bf65881cef734e6f611b0 /drivers/media/video/mxb.c | |
parent | be96624a38e6de619603b5741a39e715eb44227c (diff) |
V4L/DVB: saa5246a/saa5249: Remove obsolete teletext drivers
These old i2c teletext drivers are not supported by any hardware and cannot be
tested anymore.
Note that while the mxb board seemingly used the saa5246a driver, in reality
this teletext driver never worked.
These drivers are removed as part of the vtx feature removal, originally
scheduled for 2.6.35.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/mxb.c')
-rw-r--r-- | drivers/media/video/mxb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/video/mxb.c b/drivers/media/video/mxb.c index ef0c8178f255..da07d14ec8df 100644 --- a/drivers/media/video/mxb.c +++ b/drivers/media/video/mxb.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include "tea6415c.h" | 32 | #include "tea6415c.h" |
33 | #include "tea6420.h" | 33 | #include "tea6420.h" |
34 | 34 | ||
35 | #define I2C_SAA5246A 0x11 | ||
36 | #define I2C_SAA7111A 0x24 | 35 | #define I2C_SAA7111A 0x24 |
37 | #define I2C_TDA9840 0x42 | 36 | #define I2C_TDA9840 0x42 |
38 | #define I2C_TEA6415C 0x43 | 37 | #define I2C_TEA6415C 0x43 |
@@ -197,10 +196,6 @@ static int mxb_probe(struct saa7146_dev *dev) | |||
197 | "tda9840", "tda9840", I2C_TDA9840, NULL); | 196 | "tda9840", "tda9840", I2C_TDA9840, NULL); |
198 | mxb->tuner = v4l2_i2c_new_subdev(&dev->v4l2_dev, &mxb->i2c_adapter, | 197 | mxb->tuner = v4l2_i2c_new_subdev(&dev->v4l2_dev, &mxb->i2c_adapter, |
199 | "tuner", "tuner", I2C_TUNER, NULL); | 198 | "tuner", "tuner", I2C_TUNER, NULL); |
200 | if (v4l2_i2c_new_subdev(&dev->v4l2_dev, &mxb->i2c_adapter, | ||
201 | "saa5246a", "saa5246a", I2C_SAA5246A, NULL)) { | ||
202 | printk(KERN_INFO "mxb: found teletext decoder\n"); | ||
203 | } | ||
204 | 199 | ||
205 | /* check if all devices are present */ | 200 | /* check if all devices are present */ |
206 | if (!mxb->tea6420_1 || !mxb->tea6420_2 || !mxb->tea6415c || | 201 | if (!mxb->tea6420_1 || !mxb->tea6420_2 || !mxb->tea6415c || |