From: Choonghoon Park Date: Tue, 12 Jun 2018 09:19:27 +0000 (+0900) Subject: hafm/hafm-tb: modify featuring for managing divided files. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2f85bb95d9e5f6d508fc078e0d99c3452fe88894;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git hafm/hafm-tb: modify featuring for managing divided files. Change-Id: I01481cbaf0c3b0b38327dcaec3438a7218d7a2ac --- 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);