[COMMON] soc: samsung: Remove unnessary codes.
authorlakkyung.jung <lakkyung.jung@samsung.com>
Tue, 15 May 2018 06:39:25 +0000 (15:39 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:37:36 +0000 (17:37 +0900)
Change-Id: Ib83540f5e6900811db57c30bfa651821006d0ca4
Signed-off-by: lakkyung.jung <lakkyung.jung@samsung.com>
include/soc/samsung/exynos-pm.h

index 46b06c53145dbb1642758678ee520f43ddd2563e..38e304de8e0266536a534f40072f21e1e257e209 100644 (file)
@@ -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 */