Staging: crystalhd: crystalhd_misc: Get rid of unused macro
authorJorgyano Vieira <jorgyano@gmail.com>
Fri, 17 Feb 2012 23:35:53 +0000 (21:35 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 19:53:09 +0000 (11:53 -0800)
The BCMLOG_LEAVE macro is not used, so there is no reason to keep it.

Signed-off-by: Jorgyano Vieira <jorgyano@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/crystalhd/crystalhd_misc.h

index e0aa361c3934b58b8231316977c21c74151681b9..eedd9b70465cc5416eeb5a14cd243d58221fe51d 100644 (file)
@@ -209,11 +209,6 @@ do {                                                               \
                printk(KERN_DEBUG "Entered %s\n", __func__);    \
 } while (0)
 
-#define BCMLOG_LEAVE                                           \
-do {                                                           \
-       if (g_linklog_level & BCMLOG_ENTER_LEAVE)               \
-               printk(KERN_DEBUG "Leaving %s\n", __func__);    \
-} while (0)                                                    \
 
 #define BCMLOG(trace, fmt, args...)    \
 do {                                   \