summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2026-04-01 13:33:35 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2026-04-01 13:33:35 +0200
commitcb400df12256d74c057a9eff7811574d4680dff2 (patch)
treea768aadd2d307a86075725397cdefddf646e9327 /include
parent66ab322c618cd4581917e2981ddece5db7fb52a3 (diff)
parent1877d3f258cbb57d64e275754fb9b18b089ce72d (diff)
pmdomain: Merge branch pmdomain into next
Merge the immutable branch pmdomain into next to get the changes queued and tested for the next release. The pmdomain branch hosts minor core changes for pmdomain. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/pm_domain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h
index f6f6d494f728..b299dc0128d6 100644
--- a/include/linux/pm_domain.h
+++ b/include/linux/pm_domain.h
@@ -49,8 +49,8 @@
struct dev_pm_domain_attach_data {
const char * const *pd_names;
- const u32 num_pd_names;
- const u32 pd_flags;
+ u32 num_pd_names;
+ u32 pd_flags;
};
struct dev_pm_domain_list {