i2c: Remove board_i2c_init()

This function is not used, so drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Simon Glass
2024-08-11 08:50:30 -06:00
committed by Heiko Schocher
parent f4f845b859
commit ec1778ea81

View File

@@ -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.
*