[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <175891625400.1384351.13626014737146181126.robh@kernel.org>
Date: Fri, 26 Sep 2025 14:50:55 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Bjorn Helgaas <helgaas@...nel.org>
Cc: Wolfram Sang <wsa+renesas@...g-engineering.com>,
Bjorn Helgaas <bhelgaas@...gle.com>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
Saravana Kannan <saravanak@...gle.com>,
linux-kernel@...r.kernel.org, Chen-Yu Tsai <wenst@...omium.org>,
devicetree@...r.kernel.org
Subject: Re: [PATCH] of: base: Add of_get_next_child_with_prefix() stub
On Thu, 25 Sep 2025 14:56:30 -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@...gle.com>
>
> 1fcc67e3a354 ("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: 1fcc67e3a354 ("of: base: Add for_each_child_of_node_with_prefix()")
> Signed-off-by: Bjorn Helgaas <bhelgaas@...gle.com>
> ---
> include/linux/of.h | 7 +++++++
> 1 file changed, 7 insertions(+)
>
Applied, thanks!
Powered by blists - more mailing lists