Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebc7824f authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

FROMLIST: of: Export of_phandle_iterator_args() to modules



Kernel modules may want to use of_phandle_iterator_args(),
so export it.

Change-Id: Ic42b0917834669dd4dc6930081581d66381c7d5a
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Bug: 140290589
Link: https://patchwork.kernel.org/patch/10948415/
parent 7bb13469
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1404,6 +1404,7 @@ int of_phandle_iterator_args(struct of_phandle_iterator *it,

	return count;
}
EXPORT_SYMBOL_GPL(of_phandle_iterator_args);

static int __of_parse_phandle_with_args(const struct device_node *np,
					const char *list_name,