diff options
author | Amit Kucheria <amit.kucheria@linaro.org> | 2019-03-20 18:47:43 +0530 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2019-05-13 20:35:35 -0700 |
commit | 24ae447291bb4bdb860a88f55184cf92632a7a36 (patch) | |
tree | 8f3b6feb4f74f27ec26712704f9d99672a5eda4f /drivers/thermal/qcom/tsens-8916.c | |
parent | 3c040ce087a2e841998804c077aa72818f004d1e (diff) | |
download | blackbird-op-linux-24ae447291bb4bdb860a88f55184cf92632a7a36.tar.gz blackbird-op-linux-24ae447291bb4bdb860a88f55184cf92632a7a36.zip |
drivers: thermal: tsens: Rename tsens_device
Rename to tsens_priv to denote that it is private data for each tsens
instance.
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/qcom/tsens-8916.c')
-rw-r--r-- | drivers/thermal/qcom/tsens-8916.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/qcom/tsens-8916.c b/drivers/thermal/qcom/tsens-8916.c index 66edcfca1526..7b8f83c9a033 100644 --- a/drivers/thermal/qcom/tsens-8916.c +++ b/drivers/thermal/qcom/tsens-8916.c @@ -39,7 +39,7 @@ #define CAL_SEL_MASK 0xe0000000 #define CAL_SEL_SHIFT 29 -static int calibrate_8916(struct tsens_device *tmdev) +static int calibrate_8916(struct tsens_priv *tmdev) { int base0 = 0, base1 = 0, i; u32 p1[5], p2[5]; |