aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-06-23 10:19:10 +1000
committerDave Airlie <airlied@redhat.com>2015-06-23 10:19:10 +1000
commit8ffaa90347d80cc20d08c5dd2cdd27dc3fb51b8d (patch)
treeb713820debc26ebd9de94ab33496e417bf66ff0b /drivers/of/base.c
parentMerge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next (diff)
downloadlinux-dev-8ffaa90347d80cc20d08c5dd2cdd27dc3fb51b8d.tar.xz
linux-dev-8ffaa90347d80cc20d08c5dd2cdd27dc3fb51b8d.zip
of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regs
This symbol came via exynos-next, but modular builds are broken so just fix it up now. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/of/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c
index f3b583b81105..62bb4ef96c0c 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -2264,6 +2264,7 @@ struct device_node *of_graph_get_endpoint_by_regs(
return NULL;
}
+EXPORT_SYMBOL(of_graph_get_endpoint_by_regs);
/**
* of_graph_get_remote_port_parent() - get remote port's parent node