Skip to content

Commit

Permalink
of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Airlie committed Jun 23, 2015
1 parent 75c7386 commit 8ffaa90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/of/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ffaa90

Please sign in to comment.