soft_i2c: add necessary includes for AVR32
[oweals/u-boot.git] / drivers / i2c / soft_i2c.c
index 1595c0714a825efaca42f8210de6b41bc6b5ee6f..ae3c57392b8d011bcd36d862e3c062b751920b0f 100644 (file)
@@ -30,6 +30,9 @@
 #include <ioports.h>
 #include <asm/io.h>
 #endif
+#if defined(CONFIG_AVR32)
+#include <asm/arch/portmux.h>
+#endif
 #if defined(CONFIG_AT91FAMILY)
 #include <asm/io.h>
 #include <asm/arch/hardware.h>