]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
UBIFS: remove a couple of unused macros
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 16 May 2012 16:36:04 +0000 (19:36 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 16 May 2012 16:36:04 +0000 (19:36 +0300)
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
fs/ubifs/debug.h

index f89836934871227e795461802b8f80e2fee41900..b34aeff075238dbc5416a6232bbb29ad3f7119a9 100644 (file)
@@ -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__); \