diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-05-16 12:36:04 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-05-16 12:36:04 -0400 |
commit | 1baafd28dc17422f10be9b2a3a75432154e3abc7 (patch) | |
tree | 14ef1f43a67a1a4972cd4ae33a18b9bde066bf1a | |
parent | edf6be245fd34a4438646375cecb11f5feb92646 (diff) |
UBIFS: remove a couple of unused macros
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
-rw-r--r-- | fs/ubifs/debug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ubifs/debug.h b/fs/ubifs/debug.h index f89836934871..b34aeff07523 100644 --- a/fs/ubifs/debug.h +++ b/fs/ubifs/debug.h | |||
@@ -331,9 +331,6 @@ void dbg_debugfs_exit_fs(struct ubifs_info *c); | |||
331 | ubifs_err(fmt, ##__VA_ARGS__); \ | 331 | ubifs_err(fmt, ##__VA_ARGS__); \ |
332 | } while (0) | 332 | } while (0) |
333 | 333 | ||
334 | #define DBGKEY(key) ((char *)(key)) | ||
335 | #define DBGKEY1(key) ((char *)(key)) | ||
336 | |||
337 | #define ubifs_dbg_msg(fmt, ...) do { \ | 334 | #define ubifs_dbg_msg(fmt, ...) do { \ |
338 | if (0) \ | 335 | if (0) \ |
339 | printk(KERN_DEBUG fmt "\n", ##__VA_ARGS__); \ | 336 | printk(KERN_DEBUG fmt "\n", ##__VA_ARGS__); \ |