
14 Feb
2009
14 Feb
'09
1:42 a.m.
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
/* * Initialization, must be called once on start up, may be called