[PATCH 01/12 -next] tracing: Remove trace.h header from trace_clock.c

From: Steven Rostedt
Date: Wed Jan 23 2013 - 15:34:32 EST


From: Steven Rostedt <srostedt@xxxxxxxxxx>

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@xxxxxxxxxxx>
---
kernel/trace/trace_clock.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/kernel/trace/trace_clock.c b/kernel/trace/trace_clock.c
index 3947835..22b638b 100644
--- a/kernel/trace/trace_clock.c
+++ b/kernel/trace/trace_clock.c
@@ -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.
*
--
1.7.10.4


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/