diff options
| author | Tom Rini <[email protected]> | 2017-05-15 13:01:26 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-15 13:01:26 -0400 |
| commit | cb33bda44f4bbf6fb58adf41dced313ca38da6fc (patch) | |
| tree | 8545cfc94e15989b99e587a22296ec7bc428e5b1 /include/i2c.h | |
| parent | 50749d2ac30dd7af94d8c9ed64276f92d9d396f5 (diff) | |
| parent | ce3b5d69112b1adc878e06586c1bc819414309be (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Diffstat (limited to 'include/i2c.h')
| -rw-r--r-- | include/i2c.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/i2c.h b/include/i2c.h index cd7f61e1c1e..a88cc7cddf9 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -706,9 +706,6 @@ void i2c_early_init_f(void); #endif void i2c_init(int speed, int slaveaddr); void i2c_init_board(void); -#ifdef CONFIG_SYS_I2C_BOARD_LATE_INIT -void i2c_board_late_init(void); -#endif #ifdef CONFIG_SYS_I2C /* |
