[PATCH] tracing: remove obsolete macro guard _TRACE_PROFILE_INIT

From: zhangwei(Jovi)
Date: Sun Mar 17 2013 - 23:07:55 EST


Macro _TRACE_PROFILE_INIT was removed at long time ago,
but leave guard "#undef" here, remove it.

Signed-off-by: zhangwei(Jovi) <jovi.zhangwei@xxxxxxxxxx>
---
include/trace/ftrace.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h
index 40dc5e8..a194753 100644
--- a/include/trace/ftrace.h
+++ b/include/trace/ftrace.h
@@ -705,5 +705,3 @@ static inline void perf_test_probe_##call(void) \
#include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
#endif /* CONFIG_PERF_EVENTS */

-#undef _TRACE_PROFILE_INIT
-
--
1.7.9.7


--
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/