From 2f85bb95d9e5f6d508fc078e0d99c3452fe88894 Mon Sep 17 00:00:00 2001 From: Choonghoon Park Date: Tue, 12 Jun 2018 18:19:27 +0900 Subject: [PATCH] hafm/hafm-tb: modify featuring for managing divided files. Change-Id: I01481cbaf0c3b0b38327dcaec3438a7218d7a2ac --- drivers/soc/samsung/exynos-hiu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/samsung/exynos-hiu.h b/drivers/soc/samsung/exynos-hiu.h index e382456a44c7..f121153d4719 100644 --- a/drivers/soc/samsung/exynos-hiu.h +++ b/drivers/soc/samsung/exynos-hiu.h @@ -155,7 +155,7 @@ struct exynos_hiu_data { struct hiu_stats * stats; }; -#ifdef CONFIG_EXYNOS_HIU +#if defined(CONFIG_PSTATE_EXYNOS_HAFM) || defined(CONFIG_PSTATE_EXYNOS_HAFM_TB) extern int exynos_hiu_set_freq(unsigned int id, unsigned int req_freq); extern int exynos_hiu_get_freq(unsigned int id); extern int exynos_hiu_get_max_freq(void); -- 2.20.1