Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d689dc60 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

thermal: trace_thermal: Fix compilation



Include trace thermal header file in trace directory to
avoid compile errors when compiling standalone kernel image.

Change-Id: I69eba04e66bf9c2575310e988470741374af0c83
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 2b979b24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include <linux/of.h>

#define CREATE_TRACE_POINTS
#include "trace_thermal.h"
#include <trace/trace_thermal.h>

#define TSENS_DRIVER_NAME		"msm-tsens"
/* TSENS register info */