diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-03-16 17:20:31 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-06 16:30:37 -0400 |
commit | f110892f3da6cff453bfe35df6fc030cadb51d6c (patch) | |
tree | 5c6daccd35b339808bbe2e96582955fa5032b970 /drivers | |
parent | 89d4fc153bb5c3830ab9e75e1690738cccea0322 (diff) |
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 <christophe.leroy@c-s.fr>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/i2c/soft_i2c.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c index 4fd5551a228..cc9c5ef356f 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) |