aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/power.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/trace/power.h b/include/trace/power.h
index 2c733e58e89c..38aca537e497 100644
--- a/include/trace/power.h
+++ b/include/trace/power.h
@@ -11,12 +11,10 @@ enum {
11}; 11};
12 12
13struct power_trace { 13struct power_trace {
14#ifdef CONFIG_POWER_TRACER
15 ktime_t stamp; 14 ktime_t stamp;
16 ktime_t end; 15 ktime_t end;
17 int type; 16 int type;
18 int state; 17 int state;
19#endif
20}; 18};
21 19
22DECLARE_TRACE(power_start, 20DECLARE_TRACE(power_start,