diff options
author | zhangwei(Jovi) <jovi.zhangwei@huawei.com> | 2013-03-18 11:07:26 +0800 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2013-04-12 23:02:33 -0400 |
commit | c192c8356cc878cfa98ebd3056478674786c0a4d (patch) | |
tree | 62d025c46cf75254869e3d4ed54a5decec36d766 /include/trace | |
parent | 20079ebe73c16b34621abd2993f3d48e2f9336b7 (diff) |
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) <jovi.zhangwei@huawei.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/ftrace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h index 4bda044e6c7..19edd7facaa 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 - |