summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom/tsens.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/qcom/tsens.h')
-rw-r--r--drivers/thermal/qcom/tsens.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/thermal/qcom/tsens.h b/drivers/thermal/qcom/tsens.h
index b0f8c47ff9e2..911c1978892b 100644
--- a/drivers/thermal/qcom/tsens.h
+++ b/drivers/thermal/qcom/tsens.h
@@ -17,6 +17,8 @@
#define ONE_PT_CALIB2 0x2
#define TWO_PT_CALIB 0x3
+#include <linux/thermal.h>
+
struct tsens_device;
struct tsens_sensor {
@@ -50,7 +52,7 @@ struct tsens_ops {
void (*disable)(struct tsens_device *);
int (*suspend)(struct tsens_device *);
int (*resume)(struct tsens_device *);
- int (*get_trend)(struct tsens_device *, int, long *);
+ int (*get_trend)(struct tsens_device *, int, enum thermal_trend *);
};
/**