diff options
-rw-r--r-- | drivers/i2c/mv_i2c.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/i2c/mv_i2c.c b/drivers/i2c/mv_i2c.c index 0877c51c6c..36482d5af3 100644 --- a/drivers/i2c/mv_i2c.c +++ b/drivers/i2c/mv_i2c.c @@ -20,7 +20,6 @@ #include <common.h> #include <asm/io.h> -#ifdef CONFIG_HARD_I2C #include <i2c.h> #include "mv_i2c.h" @@ -468,4 +467,3 @@ int i2c_write(uchar chip, uint addr, int alen, uchar *buffer, int len) return 0; } -#endif /* CONFIG_HARD_I2C */ |