mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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: Isaac J. Manjarres <isaacm@codeaurora.org> Acked-by: Rob Herring <robh@kernel.org> Bug: 140290589 Link: https://patchwork.kernel.org/patch/10948415/
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user