Skip to content

Commit e641349

Browse files
automerging branch "kernel.org-palmer-linux/wip-of_order" into "riscv-all"
2 parents ef97dca + 9d52ba3 commit e641349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ void __init driver_init(void)
3030
/* These are also core pieces, but must come after the
3131
* core core pieces.
3232
*/
33+
of_core_init();
3334
platform_bus_init();
3435
cpu_dev_init();
3536
memory_dev_init();
3637
container_dev_init();
37-
of_core_init();
3838
}

0 commit comments

Comments
 (0)