diff options
author | Simon Glass <sjg@chromium.org> | 2024-08-11 08:50:30 -0600 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2024-08-13 06:05:52 +0200 |
commit | ec1778ea81dbc8b3ad8eff09dfd7b3a7c90b6cb4 (patch) | |
tree | e662f45456f6322014cce0b53b51b1ed514f6d8f | |
parent | f4f845b859266790b97421f0740efce36bc9b8d2 (diff) |
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>
-rw-r--r-- | include/i2c.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/i2c.h b/include/i2c.h index 4e59009cd93..8d91b24b43b 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -973,14 +973,6 @@ enum { }; /** - * 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. * * @param blob Device tree blbo |