diff options
| author | Heiko Schocher <[email protected]> | 2012-01-16 21:12:24 +0000 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2013-07-23 05:54:28 +0200 |
| commit | 3f4978c713255c8406875fbdf23ffed1129bc44b (patch) | |
| tree | c27f00ba6219d75f772167b7630bb4ebb383a271 /include | |
| parent | 385c9ef5a7215b2b0c22836fee6c692dfc8559d7 (diff) | |
i2c: common changes for multibus/multiadapter support
Signed-off-by: Heiko Schocher <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Cc: Henrik Nordström <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/i2c.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/i2c.h b/include/i2c.h index 457fd7d5605..3e09af9141b 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. |
