[PATCH 3/5] UBIFS: remove a couple of unused macros

Artem Bityutskiy dedekind1 at gmail.com
Wed May 16 13:16:24 EDT 2012


From: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>

Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
---
 fs/ubifs/debug.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/fs/ubifs/debug.h b/fs/ubifs/debug.h
index f898369..b34aeff 100644
--- a/fs/ubifs/debug.h
+++ b/fs/ubifs/debug.h
@@ -331,9 +331,6 @@ void dbg_debugfs_exit_fs(struct ubifs_info *c);
 		ubifs_err(fmt, ##__VA_ARGS__);     \
 } while (0)
 
-#define DBGKEY(key)  ((char *)(key))
-#define DBGKEY1(key) ((char *)(key))
-
 #define ubifs_dbg_msg(fmt, ...) do {                        \
 	if (0)                                              \
 		printk(KERN_DEBUG fmt "\n", ##__VA_ARGS__); \
-- 
1.7.10




More information about the linux-mtd mailing list