]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
i2c: Remove board_i2c_init()
authorSimon Glass <sjg@chromium.org>
Sun, 11 Aug 2024 14:50:30 +0000 (08:50 -0600)
committerHeiko Schocher <hs@denx.de>
Tue, 13 Aug 2024 04:05:52 +0000 (06:05 +0200)
This function is not used, so drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
include/i2c.h

index 4e59009cd9310ede6997e32a499738e32fec1430..8d91b24b43bf28264c8767ffab1ce583a20154d5 100644 (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.
  *