Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1
+1
drivers/of/base.c
··· 2264 2264 2265 2265 return NULL; 2266 2266 } 2267 + EXPORT_SYMBOL(of_graph_get_endpoint_by_regs); 2267 2268 2268 2269 /** 2269 2270 * of_graph_get_remote_port_parent() - get remote port's parent node