]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-exynos/pm_domains.c
ARM: EXYNOS: no more support non-DT for EXYNOS SoCs
[karo-tx-linux.git] / arch / arm / mach-exynos / pm_domains.c
index 9f1351de52f7533a731f6d2d2d26bb644c639c09..beb946d86fa3bcd017a4f425a224b641867dffc8 100644 (file)
@@ -84,7 +84,6 @@ static struct exynos_pm_domain PD = {                 \
        },                                              \
 }
 
-#ifdef CONFIG_OF
 static void exynos_add_device_to_domain(struct exynos_pm_domain *pd,
                                         struct device *dev)
 {
@@ -193,12 +192,6 @@ static __init int exynos_pm_dt_parse_domains(void)
 
        return 0;
 }
-#else
-static __init int exynos_pm_dt_parse_domains(void)
-{
-       return 0;
-}
-#endif /* CONFIG_OF */
 
 static __init __maybe_unused void exynos_pm_add_dev_to_genpd(struct platform_device *pdev,
                                                struct exynos_pm_domain *pd)