
16 Feb
2009
16 Feb
'09
11:21 p.m.
Dear ksi@koi8.net,
In message Pine.LNX.4.64ksi.0902131640200.27614@home-gw.koi8.net you wrote:
Add missing #endif in include/i2c.h
Signed-off-by: Sergey Kubushyn ksi@koi8.net
diff -purN u-boot-i2c.ORIG/include/i2c.h u-boot-i2c/include/i2c.h --- u-boot-i2c.ORIG/include/i2c.h 2009-02-13 16:34:36.000000000 -0800 +++ u-boot-i2c/include/i2c.h 2009-02-13 16:25:52.000000000 -0800 @@ -226,6 +226,7 @@ void i2c_reloc_fixup(void); # else # define I2C_SOFT_DEFS # endif +#endif
Such a patch must NEVER, never ever be part of a patch series. It guarantess that we have un-bisectable code in the tree. Please rebase your branch and squash related patches before posting them here.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Of all the things I've lost, I miss my mind the most.