Skip to content

Commit

Permalink
tracing: Remove trace.h header from trace_clock.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Steven Rostedt authored and rostedt committed Jan 22, 2013
1 parent b000c80 commit 0a71e4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/trace/trace_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include <linux/ktime.h>
#include <linux/trace_clock.h>

#include "trace.h"

/*
* trace_clock_local(): the simplest and least coherent tracing clock.
*
Expand Down

0 comments on commit 0a71e4c

Please sign in to comment.