summaryrefslogtreecommitdiff
path: root/yaffs_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'yaffs_trace.h')
-rw-r--r--yaffs_trace.h2
1 files changed, 0 insertions, 2 deletions
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