aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/slicoss/slicdbg.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-02-26 14:43:03 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:53:07 -0700
commite8bc9b7a208f02d06442a15bc880c7e54e2cfb98 (patch)
tree6e68daaec4d8954a970473dde362371496a7e19e /drivers/staging/slicoss/slicdbg.h
parent47881dd94640efa9ff682b362ab699b12e8e276a (diff)
Staging: slicoss: remove DBG_MSG
It's not being used for anything, so delete it and all instances of it. Cc: Lior Dotan <liodot@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/slicoss/slicdbg.h')
-rw-r--r--drivers/staging/slicoss/slicdbg.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/slicoss/slicdbg.h b/drivers/staging/slicoss/slicdbg.h
index a7aba05ab09..6298a5a8a38 100644
--- a/drivers/staging/slicoss/slicdbg.h
+++ b/drivers/staging/slicoss/slicdbg.h
@@ -49,14 +49,6 @@
#define SLIC_DISPLAY printk
#define DBG_ERROR(n, args...) SLIC_DISPLAY(KERN_EMERG n, ##args)
-#define SLIC_DEBUG_MESSAGE 1
-#if SLIC_DEBUG_MESSAGE
-/*#define DBG_MSG(n, args...) SLIC_DISPLAY(SLICLEVEL n, ##args)*/
-#define DBG_MSG(n, args...)
-#else
-#define DBG_MSG(n, args...)
-#endif
-
#ifdef ASSERT
#undef ASSERT
#endif