Commit 1decdb33 authored by Wan Jiabing's avatar Wan Jiabing Committed by Steven Rostedt (VMware)
Browse files

tracing: Remove duplicate struct declaration in trace_events.h

struct trace_array is declared twice. One has been declared
at forward declaration. Remove the duplicate.

Link: https://lkml.kernel.org/r/20210330034056.2266969-1-wanjiabing@vivo.com



Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent 22d5755a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -404,7 +404,6 @@ trace_get_fields(struct trace_event_call *event_call)
	return event_call->class->get_fields(event_call);
}

struct trace_array;
struct trace_subsystem_dir;

enum {