浏览代码

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>
Steven Rostedt 12 年之前
父节点
当前提交
0a71e4c6d7
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      kernel/trace/trace_clock.c

+ 0 - 2
kernel/trace/trace_clock.c

@@ -21,8 +21,6 @@
 #include <linux/ktime.h>
 #include <linux/ktime.h>
 #include <linux/trace_clock.h>
 #include <linux/trace_clock.h>
 
 
-#include "trace.h"
-
 /*
 /*
  * trace_clock_local(): the simplest and least coherent tracing clock.
  * trace_clock_local(): the simplest and least coherent tracing clock.
  *
  *