From: Simon Glass Date: Sun, 11 Aug 2024 14:50:30 +0000 (-0600) Subject: i2c: Remove board_i2c_init() X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=ec1778ea81dbc8b3ad8eff09dfd7b3a7c90b6cb4;p=u-boot.git i2c: Remove board_i2c_init() This function is not used, so drop it. Signed-off-by: Simon Glass Reviewed-by: Heiko Schocher --- diff --git a/include/i2c.h b/include/i2c.h index 4e59009cd9..8d91b24b43 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -972,14 +972,6 @@ enum { I2C_8, I2C_9, I2C_10, }; -/** - * Get FDT values for i2c bus. - * - * @param blob Device tree blbo - * Return: the number of I2C bus - */ -void board_i2c_init(const void *blob); - /** * Find the I2C bus number by given a FDT I2C node. *