aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r--include/linux/hrtimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index 8b4b87bf73fd..4cd94206e784 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -116,7 +116,7 @@ struct hrtimer {
116 void *start_site; 116 void *start_site;
117 char start_comm[16]; 117 char start_comm[16];
118#endif 118#endif
119#ifdef CONFIG_REPORT_TIMER_LATENCY 119#if defined(CONFIG_REPORT_TIMER_LATENCY) || defined(CONFIG_SCHED_OVERHEAD_TRACE)
120 ktime_t when_added; 120 ktime_t when_added;
121#endif 121#endif
122}; 122};