avr32: Retire AVR32 for good
[oweals/u-boot.git] / drivers / i2c / soft_i2c.c
index de3758d946cb2c105bdc6f88a2e3e4ced2c92c11..50597a7d5aabc1bc218df9ebd31d9e94b2d243ff 100644 (file)
@@ -17,8 +17,9 @@
  */
 
 #include <common.h>
-#if defined(CONFIG_AVR32)
-#include <asm/arch/portmux.h>
+#ifdef CONFIG_MPC8260                  /* only valid for MPC8260 */
+#include <ioports.h>
+#include <asm/io.h>
 #endif
 #if defined(CONFIG_AT91FAMILY)
 #include <asm/io.h>