X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fsoft_i2c.c;h=edad51bc4180517a2093622296ce18bf0b27f2b4;hb=4ec5bd55ed1ffa91a774af298769621f4fbb18c1;hp=bffcd4405ec5bbe5d550ec471f6e5f4657bd33fa;hpb=71b405df4e8efc0d6ac3b308d15e74eaa029eb5c;p=oweals%2Fu-boot.git diff --git a/common/soft_i2c.c b/common/soft_i2c.c index bffcd4405e..edad51bc41 100644 --- a/common/soft_i2c.c +++ b/common/soft_i2c.c @@ -33,6 +33,9 @@ #include #include #endif +#ifdef CONFIG_IXP425 /* only valid for IXP425 */ +#include +#endif #include #if defined(CONFIG_SOFT_I2C)