soc/mediatek/mt8173/i2c.c: Remove unused macro

Change-Id: I90fbd7ce0e1c6cd15d73cb73dc774df2de56b346
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82932
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
Elyes Haouas 2024-06-06 10:14:40 +02:00 committed by Felix Held
parent cb9591cef0
commit f87fa53e4a

View File

@ -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;