]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-shmobile/pm-rmobile.c
ARM: shmobile: Cleanup pm-rmobile.o build using Kconfig
[karo-tx-linux.git] / arch / arm / mach-shmobile / pm-rmobile.c
index ebdd16e94a84f5d674f691edfc99e6712d7cee28..a88079af7914afe0db35514b558d13e952c36e88 100644 (file)
@@ -27,7 +27,6 @@
 #define PSTR_RETRIES   100
 #define PSTR_DELAY_US  10
 
-#ifdef CONFIG_PM
 static int rmobile_pd_power_down(struct generic_pm_domain *genpd)
 {
        struct rmobile_pm_domain *rmobile_pd = to_rmobile_pd(genpd);
@@ -151,4 +150,3 @@ void rmobile_add_devices_to_domains(struct pm_domain_device data[],
                rmobile_add_device_to_domain_td(data[j].domain_name,
                                                data[j].pdev, &latencies);
 }
-#endif /* CONFIG_PM */