From: Andreas Bießmann Date: Thu, 10 Feb 2011 00:30:04 +0000 (+0000) Subject: soft_i2c: add necessary includes for AVR32 X-Git-Tag: v2013.01-rc2~69 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=eabd5d8d70ecf7072ac5b7aef2fe239553346dac soft_i2c: add necessary includes for AVR32 Signed-off-by: Andreas Bießmann --- diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c index 1595c0714a..ae3c57392b 100644 --- a/drivers/i2c/soft_i2c.c +++ b/drivers/i2c/soft_i2c.c @@ -30,6 +30,9 @@ #include #include #endif +#if defined(CONFIG_AVR32) +#include +#endif #if defined(CONFIG_AT91FAMILY) #include #include