From c192c8356cc878cfa98ebd3056478674786c0a4d Mon Sep 17 00:00:00 2001 From: "zhangwei(Jovi)" Date: Mon, 18 Mar 2013 11:07:26 +0800 Subject: [PATCH] tracing: Remove obsolete macro guard _TRACE_PROFILE_INIT The macro _TRACE_PROFILE_INIT was removed a long time ago, but an "#undef" guard was left behind. Remove it. Link: http://lkml.kernel.org/r/514684EE.6000805@huawei.com Signed-off-by: zhangwei(Jovi) Signed-off-by: Steven Rostedt --- include/trace/ftrace.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h index 4bda044..19edd7f 100644 --- a/include/trace/ftrace.h +++ b/include/trace/ftrace.h @@ -704,5 +704,3 @@ static inline void perf_test_probe_##call(void) \ #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) #endif /* CONFIG_PERF_EVENTS */ -#undef _TRACE_PROFILE_INIT - -- 2.7.4