All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel/trace/trace.h: Remove duplicate header
@ 2019-03-27 22:19 jagdsh.linux
  2019-03-28  6:25 ` Mukesh Ojha
  0 siblings, 1 reply; 2+ messages in thread
From: jagdsh.linux @ 2019-03-27 22:19 UTC (permalink / raw)
  To: rostedt, mingo; +Cc: linux-kernel, Jagadeesh Pagadala

From: Jagadeesh Pagadala <jagdsh.linux@gmail.com>

Remove duplicate header which is included twice.

Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
---
 kernel/trace/trace.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h
index d80cee4..e1e16f9 100644
--- a/kernel/trace/trace.h
+++ b/kernel/trace/trace.h
@@ -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
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-28  6:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-27 22:19 [PATCH] kernel/trace/trace.h: Remove duplicate header jagdsh.linux
2019-03-28  6:25 ` Mukesh Ojha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.