From 3f4978c713255c8406875fbdf23ffed1129bc44b Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Mon, 16 Jan 2012 21:12:24 +0000 Subject: i2c: common changes for multibus/multiadapter support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Heiko Schocher Signed-off-by: Simon Glass Cc: Henrik Nordström --- include/i2c.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/i2c.h b/include/i2c.h index 457fd7d560..3e09af9141 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -219,15 +219,6 @@ int i2c_mux_ident_muxstring_f (uchar *buf); #endif #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: * -- cgit v1.2.3