projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f845b
)
i2c: Remove board_i2c_init()
author
Simon Glass
<sjg@chromium.org>
Sun, 11 Aug 2024 14:50:30 +0000
(08:50 -0600)
committer
Heiko 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
patch
|
blob
|
history
diff --git
a/include/i2c.h
b/include/i2c.h
index 4e59009cd9310ede6997e32a499738e32fec1430..8d91b24b43bf28264c8767ffab1ce583a20154d5 100644
(file)
--- 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.
*