mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
soc: samsung: pm_domains: drop unused is_off field
The 'is_off' member of internal state structure 'exynos_pm_domain' is
not used anymore.
Fixes: 2ed5f23671
("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
This commit is contained in:
parent
6ad4185220
commit
178d6c1b83
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user