Skip to content

Commit

Permalink
kernel/trace/trace.h: Remove duplicate header of trace_seq.h
Browse files Browse the repository at this point in the history
Remove duplicate header which is included twice.

Link: http://lkml.kernel.org/r/[email protected]

Reviewed-by: Mukesh Ojha <[email protected]>
Signed-off-by: Jagadeesh Pagadala <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
  • Loading branch information
Jagadeesh Pagadala authored and rostedt committed May 22, 2019
1 parent 9b2ca37 commit 4eebe38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/trace/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <linux/trace_seq.h>
#include <linux/trace_events.h>
#include <linux/compiler.h>
#include <linux/trace_seq.h>
#include <linux/glob.h>

#ifdef CONFIG_FTRACE_SYSCALLS
Expand Down

0 comments on commit 4eebe38

Please sign in to comment.