Part of the gradual TRACE_EVENT() semicolon removal. Enables creation of array of events, thus saving space for trace event probes. Signed-off-by: Mathieu Desnoyers CC: Steven Rostedt CC: Frederic Weisbecker CC: Ingo Molnar CC: Thomas Gleixner CC: Hidetoshi Seto --- include/trace/events/mce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6-lttng/include/trace/events/mce.h =================================================================== --- linux-2.6-lttng.orig/include/trace/events/mce.h +++ linux-2.6-lttng/include/trace/events/mce.h @@ -61,7 +61,7 @@ TRACE_EVENT(mce_record, __entry->walltime, __entry->socketid, __entry->apicid) -); +) #endif /* _TRACE_MCE_H */