mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02: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:
parent
7bb1346954
commit
ebc7824f47
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user