diff options
author | Michal Simek <monstr@monstr.eu> | 2008-07-14 19:45:35 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-18 23:24:01 +0200 |
commit | a4a549b4b53adf40a0d3882cc30ac812a8f847c5 (patch) | |
tree | 55e52b151e315a65f57bba8c81a9657330a21505 /drivers/i2c/tsi108_i2c.c | |
parent | 0a823aa2a8a8c0685e73900f387d602d7edafc0e (diff) | |
download | u-boot-a4a549b4b53adf40a0d3882cc30ac812a8f847c5.tar.gz u-boot-a4a549b4b53adf40a0d3882cc30ac812a8f847c5.tar.xz u-boot-a4a549b4b53adf40a0d3882cc30ac812a8f847c5.zip |
i2c: Clean drivers/i2c/ Makefile
Signed-off-by: Michal Simek <monstr@monstr.eu>
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 d6736b0477..695e393417 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 */ |