soft_i2c: add necessary includes for AVR32

Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
This commit is contained in:
Andreas Bießmann 2011-02-10 00:30:04 +00:00 committed by Tom Rini
parent ee7c0fc764
commit eabd5d8d70
1 changed files with 3 additions and 0 deletions

View 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>