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 Acked-by: Neil Horman CC: Steven Rostedt CC: Frederic Weisbecker CC: Ingo Molnar CC: Thomas Gleixner CC: David S. Miller CC: Koki Sanagi --- include/trace/events/napi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6-lttng/include/trace/events/napi.h =================================================================== --- linux-2.6-lttng.orig/include/trace/events/napi.h +++ linux-2.6-lttng/include/trace/events/napi.h @@ -28,7 +28,7 @@ TRACE_EVENT(napi_poll, TP_printk("napi poll on napi struct %p for device %s", __entry->napi, __get_str(dev_name)) -); +) #undef NO_DEV -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/