diff options
Diffstat (limited to '')
-rw-r--r-- | drivers/thermal/thermal_trace.h (renamed from include/trace/events/thermal.h) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/trace/events/thermal.h b/drivers/thermal/thermal_trace.h index e58bf3072f32..459c8ce6cf3b 100644 --- a/include/trace/events/thermal.h +++ b/drivers/thermal/thermal_trace.h @@ -195,5 +195,11 @@ TRACE_EVENT(thermal_power_devfreq_limit, #endif /* CONFIG_DEVFREQ_THERMAL */ #endif /* _TRACE_THERMAL_H */ +#undef TRACE_INCLUDE_PATH +#define TRACE_INCLUDE_PATH . + +#undef TRACE_INCLUDE_FILE +#define TRACE_INCLUDE_FILE thermal_trace + /* This part must be outside protection */ #include <trace/define_trace.h> |