Przeglądaj źródła

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>
Dave Airlie 10 lat temu
rodzic
commit
8ffaa90347
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      drivers/of/base.c

+ 1 - 0
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