]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/i2c.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[people/ms/u-boot.git] / include / i2c.h
index cd23c8ac124cd38075d0330ad4a6a212a4bbcd49..8ceb4c852149425c91377dc2a8d56e2bfd7c6c5a 100644 (file)
  * repeatedly to change the speed and slave addresses.
  */
 void i2c_init(int speed, int slaveaddr);
-#ifdef CONFIG_SYS_I2C_INIT_BOARD
 void i2c_init_board(void);
-#endif
 #ifdef CONFIG_SYS_I2C_BOARD_LATE_INIT
 void i2c_board_late_init(void);
 #endif