From f87fa53e4aa26bf30be7312b9cde54cfa04d7114 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 6 Jun 2024 10:14:40 +0200 Subject: soc/mediatek/mt8173/i2c.c: Remove unused macro Change-Id: I90fbd7ce0e1c6cd15d73cb73dc774df2de56b346 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/82932 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Yu-Ping Wu --- src/soc/mediatek/mt8173/i2c.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc') diff --git a/src/soc/mediatek/mt8173/i2c.c b/src/soc/mediatek/mt8173/i2c.c index dd4629d909..9cd20cf465 100644 --- a/src/soc/mediatek/mt8173/i2c.c +++ b/src/soc/mediatek/mt8173/i2c.c @@ -60,8 +60,6 @@ _Static_assert(ARRAY_SIZE(mtk_i2c_bus_controller) == I2C_BUS_NUMBER, #define I2CLOG(fmt, arg...) #endif /* CONFIG_DEBUG_I2C */ -#define I2CERR(fmt, arg...) printk(BIOS_ERR, I2CTAG fmt, ##arg) - void mtk_i2c_bus_init(uint8_t bus) { uint8_t step_div; -- cgit v1.2.3