Add missing #endif in include/i2c.h

Signed-off-by: Sergey Kubushyn <k...@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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to