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/saa7134/saa7134-i2c.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/saa7134/saa7134-i2c.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-i2c.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/saa7134/saa7134-i2c.c b/drivers/media/video/saa7134/saa7134-i2c.c index 1792d03d621d..7283caa0484b 100644 --- a/drivers/media/video/saa7134/saa7134-i2c.c +++ b/drivers/media/video/saa7134/saa7134-i2c.c | |||
@@ -390,9 +390,7 @@ static struct i2c_algorithm saa7134_algo = { | |||
390 | 390 | ||
391 | static struct i2c_adapter saa7134_adap_template = { | 391 | static struct i2c_adapter saa7134_adap_template = { |
392 | .owner = THIS_MODULE, | 392 | .owner = THIS_MODULE, |
393 | #ifdef I2C_CLASS_TV_ANALOG | ||
394 | .class = I2C_CLASS_TV_ANALOG, | 393 | .class = I2C_CLASS_TV_ANALOG, |
395 | #endif | ||
396 | .name = "saa7134", | 394 | .name = "saa7134", |
397 | .id = I2C_HW_SAA7134, | 395 | .id = I2C_HW_SAA7134, |
398 | .algo = &saa7134_algo, | 396 | .algo = &saa7134_algo, |