From 96d6cc9075d0e0c52c8aa39442451ef858798380 Mon Sep 17 00:00:00 2001 From: "lakkyung.jung" Date: Tue, 15 May 2018 15:39:25 +0900 Subject: [PATCH] [COMMON] soc: samsung: Remove unnessary codes. Change-Id: Ib83540f5e6900811db57c30bfa651821006d0ca4 Signed-off-by: lakkyung.jung --- include/soc/samsung/exynos-pm.h | 14 -------------- 1 file changed, 14 deletions(-) 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 */ -- 2.20.1