X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_trace.h;h=90dbefc97751b7786fac1af4051e49d553707133;hp=9fe7214a210bdb9928c430ba344421c4323be1d6;hb=4d31e5ecca937da7eaf74f0fb6e5070b6de2c4c9;hpb=7396445d7d0d13469b9505791114b9dc6b76ffe4 diff --git a/yaffs_trace.h b/yaffs_trace.h index 9fe7214..90dbefc 100644 --- a/yaffs_trace.h +++ b/yaffs_trace.h @@ -13,7 +13,6 @@ * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. */ - #ifndef __YTRACE_H__ #define __YTRACE_H__ @@ -54,7 +53,6 @@ extern unsigned int yaffs_wr_attempts; #define YAFFS_TRACE_BUG 0x80000000 #define YAFFS_TRACE_ALWAYS 0xF0000000 - #define T(mask, p) do { if ((mask) & (yaffs_trace_mask | YAFFS_TRACE_ALWAYS)) TOUT(p); } while (0) #endif