Move uninitialized_var() macro from ubi_uboot.h to compiler.h
[platform/kernel/u-boot.git] / include / compiler.h
index 272fd3c..e602cce 100644 (file)
@@ -122,4 +122,7 @@ typedef unsigned int            uintptr_t;
 
 #endif
 
+/* compiler options */
+#define uninitialized_var(x)           x = x
+
 #endif