From 2e0c6cd6f81ef9c23acb2ac542323024f92f40dd Mon Sep 17 00:00:00 2001 From: Yunhee Seo Date: Fri, 19 Apr 2024 13:17:22 +0900 Subject: [PATCH] Apply hal-api-device-thermal module HAL ABI versioning As HAL ABI versioning is applied to hal-api-device-thermal module, inclusion path and data definition is changed. Change-Id: Ic55db29efd541e6729db2ec7b1798559933ef660 Signed-off-by: Yunhee Seo --- src/temperature.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/temperature.c b/src/temperature.c index 3fe70ee..e038d10 100644 --- a/src/temperature.c +++ b/src/temperature.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include "common.h" #include "temperature.h" @@ -59,7 +59,7 @@ static int is_temperature_supported(device_thermal_e type) int device_thermal_get_temperature(device_thermal_e type, int *temp) { int ret_val; - struct thermal_info info; + hal_device_thermal_info_s info; hal_device_thermal_e haltype; if (!temp) -- 2.7.4