From: lakkyung.jung Date: Tue, 15 May 2018 06:39:25 +0000 (+0900) Subject: [COMMON] soc: samsung: Remove unnessary codes. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=96d6cc9075d0e0c52c8aa39442451ef858798380;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] soc: samsung: Remove unnessary codes. Change-Id: Ib83540f5e6900811db57c30bfa651821006d0ca4 Signed-off-by: lakkyung.jung --- diff --git a/include/soc/samsung/exynos-pm.h b/include/soc/samsung/exynos-pm.h index 46b06c53145d..38e304de8e02 100644 --- a/include/soc/samsung/exynos-pm.h +++ b/include/soc/samsung/exynos-pm.h @@ -76,18 +76,4 @@ static inline void acpm_get_inform(void) return; } #endif -#ifdef CONFIG_EXYNOS_FLEXPMU_DBG -extern int acpm_get_mifdn_count(void); -extern int acpm_get_mif_request(void); -#else -static inline int acpm_get_mif_request(void) -{ - return 0; -} - -static inline int acpm_get_mifdn_count(void) -{ - return 0; -} -#endif #endif /* __EXYNOS_PM_H */