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:

committed by
Heiko Schocher

parent
f4f845b859
commit
ec1778ea81
@@ -972,14 +972,6 @@ enum {
|
|||||||
I2C_8, I2C_9, I2C_10,
|
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.
|
* Find the I2C bus number by given a FDT I2C node.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user