diff options
Diffstat (limited to 'drivers/i2c/mxc_i2c.c')
-rw-r--r-- | drivers/i2c/mxc_i2c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index 3c13efe..7b7d894 100644 --- a/drivers/i2c/mxc_i2c.c +++ b/drivers/i2c/mxc_i2c.c @@ -36,6 +36,8 @@ #include <asm/arch/mx31-regs.h> #elif defined(CONFIG_MX35) #include <asm/arch/mx35.h> +#elif defined(CONFIG_MX51_3DS) +#include <asm/arch/mx51.h> #else #error "Please include specific headfile " #endif |