]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/fsl_i2c.c
soft_i2c: move to drivers/i2c
[u-boot] / drivers / i2c / fsl_i2c.c
index 3f78e2f5c84bcc60ed7e4f4f2d1f4002e1438164..b7b3a75bc952700ef9a64e365281e75a09578d00 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <common.h>
 
-#ifdef CONFIG_FSL_I2C
 #ifdef CONFIG_HARD_I2C
 
 #include <command.h>
@@ -391,4 +390,3 @@ unsigned int i2c_get_bus_speed(void)
 }
 
 #endif /* CONFIG_HARD_I2C */
-#endif /* CONFIG_FSL_I2C */