Browse Source

Staging: crystalhd: crystalhd_misc: Get rid of unused macro

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>
Jorgyano Vieira 13 years ago
parent
commit
15fd62bec4
1 changed files with 0 additions and 5 deletions
  1. 0 5
      drivers/staging/crystalhd/crystalhd_misc.h

+ 0 - 5
drivers/staging/crystalhd/crystalhd_misc.h

@@ -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 {					\