tracing: Remove obsolete macro guard _TRACE_PROFILE_INIT
authorzhangwei(Jovi) <jovi.zhangwei@huawei.com>
Mon, 18 Mar 2013 03:07:26 +0000 (11:07 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Sat, 13 Apr 2013 03:02:33 +0000 (23:02 -0400)
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) <jovi.zhangwei@huawei.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/trace/ftrace.h

index 4bda044e6c77fd05c2f879fb187f4b4e78d90c11..19edd7facaa1c627ac96574c93e9bf6b32c67aed 100644 (file)
@@ -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
-
This page took 0.024673 seconds and 5 git commands to generate.