]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/soft_i2c.c
Merge branch 'next' of ../next
[u-boot] / drivers / i2c / soft_i2c.c
index 59883a58f674e96d696e98de6df2e9d13b630d1f..9a4878391674e924f9e3c1144392249cebd76984 100644 (file)
 #include <asm/io.h>
 #include <asm/arch/hardware.h>
 #endif
+#ifdef CONFIG_AT91SAM9263              /* only valid for AT91SAM9263 */
+#include <asm/arch/at91_pmc.h>
+#include <asm/arch/gpio.h>
+#include <asm/arch/io.h>
+#endif
 #ifdef CONFIG_IXP425                   /* only valid for IXP425 */
 #include <asm/arch/ixp425.h>
 #endif