yaffs Fixing some minor warnings in direct/timothy_tests/linux_tests
[yaffs2.git] / yportenv_single.h
index 4710c2b9ca24a337501a4438454f6b7739113012..8183425448cde06732aa5499156c661fe1314e90 100644 (file)
@@ -35,8 +35,6 @@
 #define YUCHAR unsigned char
 #define _Y(x)     x
 
-#define Y_INLINE __inline__
-
 #define YAFFS_LOSTNFOUND_NAME          "lost+found"
 #define YAFFS_LOSTNFOUND_PREFIX                "obj"
 
 
 #ifndef Y_DUMP_STACK
 #define Y_DUMP_STACK() dump_stack()
-
 #endif
+
 #define yaffs_trace(msk, fmt, ...) do { \
-       if(yaffs_trace_mask & ((msk) | YAFFS_TRACE_ALWAYS)) \
+       if(yaffs_trace_mask & (msk)) \
                printk(KERN_DEBUG "yaffs: " fmt "\n", ##__VA_ARGS__); \
 } while(0)
 
@@ -69,5 +67,4 @@
 } while (0)
 #endif
 
-
 #endif