soc: samsung: pm_domains: drop unused is_off field
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Fri, 8 Oct 2021 07:52:53 +0000 (09:52 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sun, 10 Oct 2021 17:18:03 +0000 (19:18 +0200)
The 'is_off' member of internal state structure 'exynos_pm_domain' is
not used anymore.

Fixes: 2ed5f236716c ("ARM: EXYNOS: Detect power domain state on registration from DT")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20211008075253.67961-1-krzysztof.kozlowski@canonical.com
drivers/soc/samsung/pm_domains.c

index 5ec0c13..d07f3c9 100644 (file)
@@ -28,7 +28,6 @@ struct exynos_pm_domain_config {
  */
 struct exynos_pm_domain {
        void __iomem *base;
-       bool is_off;
        struct generic_pm_domain pd;
        u32 local_pwr_cfg;
 };