summaryrefslogtreecommitdiff
path: root/include/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i2c.h')
-rw-r--r--include/i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i2c.h b/include/i2c.h
index 8ceb4c85214..ed83089b147 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -55,7 +55,7 @@
#else
#define CONFIG_SYS_MAX_I2C_BUS 1
#define I2C_GET_BUS() 0
-#define I2C_SET_BUS(a)
+#define I2C_SET_BUS(a) { (void) a; }
#endif
/* define the I2C bus number for RTC and DTT if not already done */