Skip to content

Commit cb400df

Browse files
author
Ulf Hansson
committed
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>
2 parents 66ab322 + 1877d3f commit cb400df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/linux/pm_domain.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
struct dev_pm_domain_attach_data {
5151
const char * const *pd_names;
52-
const u32 num_pd_names;
53-
const u32 pd_flags;
52+
u32 num_pd_names;
53+
u32 pd_flags;
5454
};
5555

5656
struct dev_pm_domain_list {

0 commit comments

Comments
 (0)