[PATCH 1/3] Staging: crystalhd: crystalhd_misc: Get rid of unused macro

From: Jorgyano Vieira
Date: Fri Feb 17 2012 - 18:37:41 EST


The BCMLOG_LEAVE macro is not used, so there is no reason to keep it.

Signed-off-by: Jorgyano Vieira <jorgyano@xxxxxxxxx>
---
drivers/staging/crystalhd/crystalhd_misc.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/staging/crystalhd/crystalhd_misc.h b/drivers/staging/crystalhd/crystalhd_misc.h
index e0aa361..eedd9b7 100644
--- a/drivers/staging/crystalhd/crystalhd_misc.h
+++ b/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 { \
--
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/