[U-Boot] [PATCH] Multiadapter/multibus I2C, i2c.h fix
ksi at koi8.net
ksi at koi8.net
Sat Feb 14 01:42:42 CET 2009
Add missing #endif in include/i2c.h
Signed-off-by: Sergey Kubushyn <ksi at 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
More information about the U-Boot
mailing list