tracing: Remove duplicate struct declaration in trace_events.h
authorWan Jiabing <wanjiabing@vivo.com>
Tue, 30 Mar 2021 03:40:55 +0000 (11:40 +0800)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 1 Apr 2021 18:18:32 +0000 (14:18 -0400)
commit1decdb335c366fc0a1bae0db55c138c613cc9a1f
tree09077254bc27b6b0336f89668b4ab899c1fe15c7
parent22d5755a852dca9895c263c24dae836dd14ae947
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: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/linux/trace_events.h