Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

Ulf Hansson 33d000ba 87660a84

+1 -1
+1 -1
drivers/pmdomain/renesas/rcar-sysc.c
··· 342 342 }; 343 343 344 344 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; 346 346 347 347 static int __init rcar_sysc_pd_init(void) 348 348 {