Jens Scharsig d144f94d59 soft_i2c.c compiler/linker error
This patch fix the compiler/linker errors

common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'

if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
uesd/undef (wrong define order)

and

removes additional empty lines

Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
2009-03-31 08:29:50 +02:00
..
2009-02-19 00:37:18 +01:00
2009-02-21 22:52:44 +01:00
2009-02-24 09:43:10 +01:00
2008-10-18 21:54:03 +02:00
2009-03-31 08:29:50 +02:00
2008-10-18 21:54:03 +02:00
2009-03-20 22:39:13 +01:00
2009-02-22 18:29:10 +01:00
2009-03-29 00:12:00 +01:00