X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Fsoft_i2c.c;h=c5d7e205e5442d87cec9530b212bf873e7fc9bf3;hb=d61ea14885631e58a25feaa81ee82eb464c62d6a;hp=edad51bc4180517a2093622296ce18bf0b27f2b4;hpb=0855c50e6509d03ce2af1e9c4d1dc09ba426faa5;p=platform%2Fkernel%2Fu-boot.git diff --git a/common/soft_i2c.c b/common/soft_i2c.c index edad51b..c5d7e20 100644 --- a/common/soft_i2c.c +++ b/common/soft_i2c.c @@ -29,13 +29,16 @@ #ifdef CONFIG_MPC8260 /* only valid for MPC8260 */ #include #endif -#ifdef CONFIG_AT91RM9200DK /* need this for the at91rm9200dk */ +#ifdef CONFIG_AT91RM9200 /* need this for the at91rm9200 */ #include #include #endif #ifdef CONFIG_IXP425 /* only valid for IXP425 */ #include #endif +#ifdef CONFIG_LPC2292 +#include +#endif #include #if defined(CONFIG_SOFT_I2C)