diff options
author | Rob Herring <robh@kernel.org> | 2017-07-05 08:24:05 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-07-05 08:24:05 -0500 |
commit | b8ba92b101e82b82a5359dc2dfbd772eb46780d4 (patch) | |
tree | 59f198e06e2cdd9a49b2eb815f1ad18e0a63f241 /drivers/of/base.c | |
parent | d20dc1493db438fbbfb7733adc82f472dd8a0789 (diff) | |
parent | ac1e6958d3be29a28889b09e4eec1798eccc1606 (diff) | |
download | linux-b8ba92b101e82b82a5359dc2dfbd772eb46780d4.tar.bz2 |
Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into dt/property-move
OF graph changes for ALSA conflict with the move of graph functions into
property.c.
Diffstat (limited to 'drivers/of/base.c')
-rw-r--r-- | drivers/of/base.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c index 9f70464772a3..4db09656b9f7 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -1149,6 +1149,7 @@ int of_phandle_iterator_init(struct of_phandle_iterator *it, return 0; } +EXPORT_SYMBOL_GPL(of_phandle_iterator_init); int of_phandle_iterator_next(struct of_phandle_iterator *it) { @@ -1218,6 +1219,7 @@ err: return -EINVAL; } +EXPORT_SYMBOL_GPL(of_phandle_iterator_next); int of_phandle_iterator_args(struct of_phandle_iterator *it, uint32_t *args, |