From ec1778ea81dbc8b3ad8eff09dfd7b3a7c90b6cb4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 11 Aug 2024 08:50:30 -0600 Subject: [PATCH] i2c: Remove board_i2c_init() This function is not used, so drop it. Signed-off-by: Simon Glass Reviewed-by: Heiko Schocher --- include/i2c.h | 8 -------- 1 file changed, 8 deletions(-) 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. * -- 2.39.5