Re: [U-Boot] [PATCH] Multiadapter/multibus I2C, i2c.h fix

2009-02-17 Thread ksi
On Mon, 16 Feb 2009, Wolfgang Denk wrote: > Dear k...@koi8.net, > > In message you wrote: > > Add missing #endif in include/i2c.h > > > > Signed-off-by: Sergey Kubushyn > > --- > > diff -purN u-boot-i2c.ORIG/include/i2c.h u-boot-i2c/include/i2c.h > > --- u-boot-i2c.ORIG/include/i2c.h 2009-02

Re: [U-Boot] [PATCH] Multiadapter/multibus I2C, i2c.h fix

2009-02-16 Thread Wolfgang Denk
Dear k...@koi8.net, In message you wrote: > Add missing #endif in include/i2c.h > > Signed-off-by: Sergey Kubushyn > --- > 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.0 -0800 > +++ u-boot-i2c/include/i2c.h

[U-Boot] [PATCH] Multiadapter/multibus I2C, i2c.h fix

2009-02-13 Thread ksi
Add missing #endif in include/i2c.h Signed-off-by: Sergey Kubushyn --- 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.0 -0800 +++ u-boot-i2c/include/i2c.h2009-02-13 16:25:52.0 -0800 @@ -226,6 +226,7