Skip to content

Commit 33d000b

Browse files
author
Ulf Hansson
committed
pmdomain: Merge branch fixes into next
Merge the pmdomain fixes for v6.17-rc[n] into the next branch, to allow them to get tested together with the new changes that are targeted for v6.18. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2 parents 87660a8 + d8f3ae7 commit 33d000b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pmdomain/renesas/rcar-sysc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ struct rcar_pm_domains {
342342
};
343343

344344
static struct genpd_onecell_data *rcar_sysc_onecell_data;
345-
static struct device_node *rcar_sysc_onecell_np;
345+
static struct device_node *rcar_sysc_onecell_np __initdata = NULL;
346346

347347
static int __init rcar_sysc_pd_init(void)
348348
{

0 commit comments

Comments
 (0)