diff options
Diffstat (limited to 'drivers/i2c/tsi108_i2c.c')
| -rw-r--r-- | drivers/i2c/tsi108_i2c.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/drivers/i2c/tsi108_i2c.c b/drivers/i2c/tsi108_i2c.c index d6736b047..695e39341 100644 --- a/drivers/i2c/tsi108_i2c.c +++ b/drivers/i2c/tsi108_i2c.c @@ -25,7 +25,6 @@  #include <config.h>  #include <common.h> -#ifdef CONFIG_TSI108_I2C  #include <tsi108.h>  #if defined(CONFIG_CMD_I2C) @@ -280,4 +279,3 @@ int i2c_probe (uchar chip)  }  #endif -#endif /* CONFIG_TSI108_I2C */ |