Skip to content

Commit b6f9eb8

Browse files
weiyang-linuxrostedt
authored andcommitted
tracing: not necessary re-define DEFINE_EVENT_PRINT
The definition of DEFINE_EVENT_PRINT is not changed after previous one, so not necessary to re-define is as the same form. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Wei Yang <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent e8cf9c8 commit b6f9eb8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/trace/trace_events.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,10 +520,6 @@ static inline notrace int trace_event_get_offsets_##call( \
520520
return __data_size; \
521521
}
522522

523-
#undef DEFINE_EVENT_PRINT
524-
#define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
525-
DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
526-
527523
#include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
528524

529525
/*

0 commit comments

Comments
 (0)