diff options
Diffstat (limited to 'drivers/media/video/tda9875.c')
-rw-r--r-- | drivers/media/video/tda9875.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/video/tda9875.c b/drivers/media/video/tda9875.c index 9c3ecf7a0fed..760ec3c2ac67 100644 --- a/drivers/media/video/tda9875.c +++ b/drivers/media/video/tda9875.c | |||
@@ -257,13 +257,8 @@ static int tda9875_attach(struct i2c_adapter *adap, int addr, int kind) | |||
257 | 257 | ||
258 | static int tda9875_probe(struct i2c_adapter *adap) | 258 | static int tda9875_probe(struct i2c_adapter *adap) |
259 | { | 259 | { |
260 | #ifdef I2C_CLASS_TV_ANALOG | ||
261 | if (adap->class & I2C_CLASS_TV_ANALOG) | 260 | if (adap->class & I2C_CLASS_TV_ANALOG) |
262 | return i2c_probe(adap, &addr_data, tda9875_attach); | 261 | return i2c_probe(adap, &addr_data, tda9875_attach); |
263 | #else | ||
264 | if (adap->id == I2C_HW_B_BT848) | ||
265 | return i2c_probe(adap, &addr_data, tda9875_attach); | ||
266 | #endif | ||
267 | return 0; | 262 | return 0; |
268 | } | 263 | } |
269 | 264 | ||