projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20079eb
)
tracing: Remove obsolete macro guard _TRACE_PROFILE_INIT
author
zhangwei(Jovi)
<jovi.zhangwei@huawei.com>
Mon, 18 Mar 2013 03:07:26 +0000
(11:07 +0800)
committer
Steven 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
patch
|
blob
|
blame
|
history
diff --git
a/include/trace/ftrace.h
b/include/trace/ftrace.h
index 4bda044e6c77fd05c2f879fb187f4b4e78d90c11..19edd7facaa1c627ac96574c93e9bf6b32c67aed 100644
(file)
--- 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
-