Replace prefix of structure from 'pass' to 'hal_power'.
This is because the structure of hal-api-power name prefix is changed
from pass to hal_power.
Change-Id: I924300ec7312c93072bcb1423c0a4d9697224a55
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
return val;
}
-static struct pass_resource_dvfs_ops cpu_dvfs_ops = {
+static struct hal_power_resource_dvfs_ops cpu_dvfs_ops = {
.get_curr_governor = cpu_dvfs_get_curr_governor,
.set_curr_governor = cpu_dvfs_set_curr_governor,
.get_curr_freq = cpu_dvfs_get_curr_freq,
return 0;
}
-static struct pass_resource_tmu_ops cpu_tmu_ops = {
+static struct hal_power_resource_tmu_ops cpu_tmu_ops = {
.get_temp = cpu_tmu_get_temp,
.get_policy = cpu_tmu_get_policy,
};