From f110892f3da6cff453bfe35df6fc030cadb51d6c Mon Sep 17 00:00:00 2001 From: Christophe Leroy Date: Fri, 16 Mar 2018 17:20:31 +0100 Subject: [PATCH] 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 --- drivers/i2c/soft_i2c.c | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.5