diff options
Diffstat (limited to 'drivers/media/video/saa7115.c')
-rw-r--r-- | drivers/media/video/saa7115.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa7115.c index 29e28c742cd..685ca1780c6 100644 --- a/drivers/media/video/saa7115.c +++ b/drivers/media/video/saa7115.c | |||
@@ -1326,11 +1326,7 @@ static int saa7115_attach(struct i2c_adapter *adapter, int address, int kind) | |||
1326 | 1326 | ||
1327 | static int saa7115_probe(struct i2c_adapter *adapter) | 1327 | static int saa7115_probe(struct i2c_adapter *adapter) |
1328 | { | 1328 | { |
1329 | #ifdef I2C_CLASS_TV_ANALOG | ||
1330 | if (adapter->class & I2C_CLASS_TV_ANALOG) | 1329 | if (adapter->class & I2C_CLASS_TV_ANALOG) |
1331 | #else | ||
1332 | if (adapter->id == I2C_HW_B_BT848) | ||
1333 | #endif | ||
1334 | return i2c_probe(adapter, &addr_data, &saa7115_attach); | 1330 | return i2c_probe(adapter, &addr_data, &saa7115_attach); |
1335 | return 0; | 1331 | return 0; |
1336 | } | 1332 | } |