From: Christophe Leroy Date: Fri, 16 Mar 2018 16:20:31 +0000 (+0100) Subject: soft_i2c: cleanup - no mpc8xx support X-Git-Tag: v2018.05-rc2~124 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f110892f3da6cff453bfe35df6fc030cadb51d6c;p=u-boot soft_i2c: cleanup - no mpc8xx support commit 907208c452999 ("powerpc: Partialy restore core of mpc8xx") didn't bring back support for I2C on the mpc8xx Signed-off-by: Christophe Leroy --- 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 #endif #endif -#if defined(CONFIG_8xx) -#include -#endif #include #if defined(CONFIG_SOFT_I2C_GPIO_SCL)