summaryrefslogtreecommitdiff
path: root/include/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i2c.h')
-rw-r--r--include/i2c.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/i2c.h b/include/i2c.h
index 457fd7d560..3e09af9141 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -220,15 +220,6 @@ int i2c_mux_ident_muxstring_f (uchar *buf);
#ifdef CONFIG_SYS_I2C
/*
- * Initialization, must be called once on start up, may be called
- * repeatedly to change the speed and slave addresses.
- */
-void i2c_init(unsigned int speed, int slaveaddr);
-#ifdef CONFIG_SYS_I2C_INIT_BOARD
-void i2c_init_board(void);
-#endif
-
-/*
* i2c_get_bus_num:
*
* Returns index of currently active I2C bus. Zero-based.