]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/i2c.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[people/ms/u-boot.git] / include / i2c.h
index 323150ded9ebe349d6b78fb47f0df1a793f81412..8ceb4c852149425c91377dc2a8d56e2bfd7c6c5a 100644 (file)
 #else
 #define CONFIG_SYS_MAX_I2C_BUS         1
 #define I2C_GET_BUS()          0
-static inline int I2C_SET_BUS(unsigned int bus)
-{
-       return 0;
-}
+#define I2C_SET_BUS(a)
 #endif
 
 /* define the I2C bus number for RTC and DTT if not already done */