mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-19 07:38:40 +02:00
1fcc67e3a3("of: base: Add for_each_child_of_node_with_prefix()") added of_get_next_child_with_prefix() but did not add a stub for the !CONFIG_OF case. Add a of_get_next_child_with_prefix() stub so users of for_each_child_of_node_with_prefix() can be built for compile testing even when !CONFIG_OF. Fixes:1fcc67e3a3("of: base: Add for_each_child_of_node_with_prefix()") Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>