mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 14:17:43 +00:00
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>
This commit is contained in:
parent
22d5755a85
commit
1decdb335c
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue