瀏覽代碼

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>
Christophe Leroy 7 年之前
父節點
當前提交
f110892f3d
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      drivers/i2c/soft_i2c.c

+ 0 - 3
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)