dahdi: Do not define trace_printk if CONFIG_TRACING is not defined.

This was an accidental commit that slipped in as part of (a682401 "dahdi: Expose
dahdi devices in sysfs.")

Signed-off-by: Russ Meyerriecks <rmeyerriecks@digium.com>
Signed-off-by: Shaun Ruffell <sruffell@digium.com>
This commit is contained in:
Russ Meyerriecks 2013-04-04 14:33:17 -05:00 committed by Shaun Ruffell
parent be904538c7
commit a8788692a1

View File

@ -1457,10 +1457,6 @@ static inline int strcasecmp(const char *s1, const char *s2)
#endif /* 2.6.26 */
#endif /* 2.6.31 */
#ifndef CONFIG_TRACING
#define trace_printk printk
#endif
#ifndef DEFINE_SPINLOCK
#define DEFINE_SPINLOCK(x) spinlock_t x = SPIN_LOCK_UNLOCKED
#endif