diff options
author | Li Zefan <[email protected]> | 2009-12-08 11:17:51 +0800 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2009-12-13 18:37:28 +0100 |
commit | 472bbe02c92a7a8299d7b16946277d98bb8f4bb7 (patch) | |
tree | 3293350de0a24b03a503560e09494e88327d9c0d | |
parent | e00bf2ec60605eb95687b7a0c3b83c87c48541dc (diff) |
tracing/power: Remove two exports
trace_power_start and trace_power_end are used in
arch/x86/kernel/power.c, and this file can't be compiled
as a module, so these two tracepoints don't need to be
exported.
Signed-off-by: Li Zefan <[email protected]>
Acked-by: Arjan van de Ven <[email protected]>
Acked-by: Steven Rostedt <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
-rw-r--r-- | kernel/trace/power-traces.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/trace/power-traces.c b/kernel/trace/power-traces.c index e06c6e3d56a3..9f4f565b01e6 100644 --- a/kernel/trace/power-traces.c +++ b/kernel/trace/power-traces.c @@ -14,7 +14,5 @@ #define CREATE_TRACE_POINTS #include <trace/events/power.h> -EXPORT_TRACEPOINT_SYMBOL_GPL(power_start); -EXPORT_TRACEPOINT_SYMBOL_GPL(power_end); EXPORT_TRACEPOINT_SYMBOL_GPL(power_frequency); |