diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:20 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:20 -0500 |
commit | b060c25f70adb20532dacefa72029d1d2db1a7f1 (patch) | |
tree | ac75243ccd4f5c2bce2ed8ad9d8b5ddee624fda8 /drivers/media/video/tvmixer.c | |
parent | b5b8ab8d93ec46fec279b22eb1a613be18f49f7a (diff) |
V4L/DVB (3123a): remove uneeded #if from V4L subsystem
- some uneeded #if were introduced by a previous patch.
this patch removes these.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/tvmixer.c')
-rw-r--r-- | drivers/media/video/tvmixer.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/media/video/tvmixer.c b/drivers/media/video/tvmixer.c index e837f9f7fed6..ce0da9c1a768 100644 --- a/drivers/media/video/tvmixer.c +++ b/drivers/media/video/tvmixer.c | |||
@@ -267,22 +267,8 @@ static int tvmixer_clients(struct i2c_client *client) | |||
267 | struct video_audio va; | 267 | struct video_audio va; |
268 | int i,minor; | 268 | int i,minor; |
269 | 269 | ||
270 | #ifdef I2C_CLASS_TV_ANALOG | ||
271 | if (!(client->adapter->class & I2C_CLASS_TV_ANALOG)) | 270 | if (!(client->adapter->class & I2C_CLASS_TV_ANALOG)) |
272 | return -1; | 271 | return -1; |
273 | #else | ||
274 | /* TV card ??? */ | ||
275 | switch (client->adapter->id) { | ||
276 | case I2C_HW_SMBUS_VOODOO3: | ||
277 | case I2C_HW_B_BT848: | ||
278 | case I2C_HW_B_RIVA: | ||
279 | /* ok, have a look ... */ | ||
280 | break; | ||
281 | default: | ||
282 | /* ignore that one */ | ||
283 | return -1; | ||
284 | } | ||
285 | #endif | ||
286 | 272 | ||
287 | /* unregister ?? */ | 273 | /* unregister ?? */ |
288 | for (i = 0; i < DEV_MAX; i++) { | 274 | for (i = 0; i < DEV_MAX; i++) { |