diff options
author | Wolfgang Denk <wd@denx.de> | 2011-04-28 23:19:18 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-04-28 23:19:18 +0200 |
commit | 34d9cb5ec69ce856c3d241d9416620f721d45892 (patch) | |
tree | bc40c31419773a5a5259bae207ae56ec8edfc4b4 /include | |
parent | 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683 (diff) | |
parent | 4bd5566ee89c906022215dc0064beb0d6c128060 (diff) | |
download | u-boot-imx-34d9cb5ec69ce856c3d241d9416620f721d45892.zip u-boot-imx-34d9cb5ec69ce856c3d241d9416620f721d45892.tar.gz u-boot-imx-34d9cb5ec69ce856c3d241d9416620f721d45892.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Diffstat (limited to 'include')
-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 cd23c8a..8ceb4c8 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 |