diff mbox series

[U-Boot,1/7] soft_i2c: cleanup - no 8xx support

Message ID c0765e0b78c1aecaced8e7e70ce11d6f3527698f.1516968803.git.christophe.leroy@c-s.fr
State Not Applicable
Headers show
Series [U-Boot,1/7] soft_i2c: cleanup - no 8xx support | expand

Commit Message

Christophe Leroy Jan. 26, 2018, 7:49 a.m. UTC
commit 907208c452999 ("powerpc: Partialy restore core of mpc8xx")
didn't bring back support for I2C on the 8xx

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
 drivers/i2c/soft_i2c.c | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c
index 4fd5551a22..cc9c5ef356 100644
--- a/drivers/i2c/soft_i2c.c
+++ b/drivers/i2c/soft_i2c.c
@@ -25,9 +25,6 @@ 
 #include <asm/arch/gpio.h>
 #endif
 #endif
-#if defined(CONFIG_8xx)
-#include <asm/io.h>
-#endif
 #include <i2c.h>
 
 #if defined(CONFIG_SOFT_I2C_GPIO_SCL)