diff options
Diffstat (limited to 'drivers/media/video/saa7127.c')
-rw-r--r-- | drivers/media/video/saa7127.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c index bca6ed0e2752..aee0f2d73da3 100644 --- a/drivers/media/video/saa7127.c +++ b/drivers/media/video/saa7127.c | |||
@@ -787,11 +787,7 @@ static int saa7127_attach(struct i2c_adapter *adapter, int address, int kind) | |||
787 | 787 | ||
788 | static int saa7127_probe(struct i2c_adapter *adapter) | 788 | static int saa7127_probe(struct i2c_adapter *adapter) |
789 | { | 789 | { |
790 | #ifdef I2C_CLASS_TV_ANALOG | ||
791 | if (adapter->class & I2C_CLASS_TV_ANALOG) | 790 | if (adapter->class & I2C_CLASS_TV_ANALOG) |
792 | #else | ||
793 | if (adapter->id == I2C_HW_B_BT848) | ||
794 | #endif | ||
795 | return i2c_probe(adapter, &addr_data, saa7127_attach); | 791 | return i2c_probe(adapter, &addr_data, saa7127_attach); |
796 | return 0; | 792 | return 0; |
797 | } | 793 | } |