From 84a47315ddd4dcbc66158dcf36ceb78675336215 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 16 May 2012 19:36:04 +0300 Subject: [PATCH] --- yaml --- r: 305142 b: refs/heads/master c: 1baafd28dc17422f10be9b2a3a75432154e3abc7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ubifs/debug.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 4d6d0684f1c5..139310d34091 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: edf6be245fd34a4438646375cecb11f5feb92646 +refs/heads/master: 1baafd28dc17422f10be9b2a3a75432154e3abc7 diff --git a/trunk/fs/ubifs/debug.h b/trunk/fs/ubifs/debug.h index f89836934871..b34aeff07523 100644 --- a/trunk/fs/ubifs/debug.h +++ b/trunk/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__); \