This patch renames a HAL interfaces named 'pass_get_policy' to
'pass_get_tmu_policy' because of the ambiguous meaning of its original
function name.
Change-Id: I533191deb87933e8c0d779883fb41f90ceb3d3e8
Signed-off-by: Wook Song <wook16.song@samsung.com>
return tmu->get_temp(res_thermal_name);
}
-int pass_get_policy(struct pass_resource *res, char *policy)
+int pass_get_tmu_policy(struct pass_resource *res, char *policy)
{
struct pass_resource_tmu_ops *tmu;
char *res_thermal_name;
/* Get the temperature and policy of thermal unit on specific h/w. */
int pass_get_temp(struct pass_resource *res);
-int pass_get_policy(struct pass_resource *res, char *policy);
+int pass_get_tmu_policy(struct pass_resource *res, char *policy);
/***
* Functions for CPU H/W resources