Skip to content

Commit 0a71e4c

Browse files
Steven Rostedtrostedt
authored andcommitted
tracing: Remove trace.h header from trace_clock.c
As trace_clock is used by other things besides tracing, and it does not require anything from trace.h, it is best not to include the header file in trace_clock.c. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
1 parent b000c80 commit 0a71e4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/trace/trace_clock.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#include <linux/ktime.h>
2222
#include <linux/trace_clock.h>
2323

24-
#include "trace.h"
25-
2624
/*
2725
* trace_clock_local(): the simplest and least coherent tracing clock.
2826
*

0 commit comments

Comments
 (0)