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:
Isaac J. Manjarres
2019-09-10 15:42:05 -07:00
parent 7bb1346954
commit ebc7824f47

View File

@@ -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,