diff options
Diffstat (limited to 'drivers/media/video/cx25840')
-rw-r--r-- | drivers/media/video/cx25840/cx25840-core.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/cx25840/cx25840-core.c b/drivers/media/video/cx25840/cx25840-core.c index 3b09f46dddf6..54ffae686dc9 100644 --- a/drivers/media/video/cx25840/cx25840-core.c +++ b/drivers/media/video/cx25840/cx25840-core.c | |||
@@ -815,11 +815,7 @@ static int cx25840_detect_client(struct i2c_adapter *adapter, int address, | |||
815 | 815 | ||
816 | static int cx25840_attach_adapter(struct i2c_adapter *adapter) | 816 | static int cx25840_attach_adapter(struct i2c_adapter *adapter) |
817 | { | 817 | { |
818 | #ifdef I2C_CLASS_TV_ANALOG | ||
819 | if (adapter->class & I2C_CLASS_TV_ANALOG) | 818 | if (adapter->class & I2C_CLASS_TV_ANALOG) |
820 | #else | ||
821 | if (adapter->id == I2C_HW_B_BT848) | ||
822 | #endif | ||
823 | return i2c_probe(adapter, &addr_data, &cx25840_detect_client); | 819 | return i2c_probe(adapter, &addr_data, &cx25840_detect_client); |
824 | return 0; | 820 | return 0; |
825 | } | 821 | } |