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/i2c.h | |
| parent | 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683 (diff) | |
| parent | 4bd5566ee89c906022215dc0064beb0d6c128060 (diff) | |
| download | olio-uboot-2014.01-34d9cb5ec69ce856c3d241d9416620f721d45892.tar.xz olio-uboot-2014.01-34d9cb5ec69ce856c3d241d9416620f721d45892.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-i2c
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 |