diff options
author | Simon Glass | 2017-05-12 21:09:58 -0600 |
---|---|---|
committer | Heiko Schocher | 2017-05-15 06:18:51 +0200 |
commit | b0103f33b45286eef53239d3c80e21d7eafd9cb4 (patch) | |
tree | 77f9fde1527940cce3c4c34e6171bc1646dfbbdb /include | |
parent | b238c9dce5e487092531fb6e61c4d9f334f86686 (diff) |
i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT
This option is not used by any boards. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-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 /* |