From a8788692a1b27858e609eae5add3a74e66580dce Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Thu, 4 Apr 2013 14:33:17 -0500 Subject: [PATCH] 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 Signed-off-by: Shaun Ruffell --- include/dahdi/kernel.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h index b3e6ce8..fca8ec1 100644 --- a/include/dahdi/kernel.h +++ b/include/dahdi/kernel.h @@ -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