diff options
Diffstat (limited to 'include/i2c.h')
| -rw-r--r-- | include/i2c.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/i2c.h b/include/i2c.h index cd23c8ac1..8ceb4c852 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -108,9 +108,7 @@   * 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 |