Message ID | 7ea82a18e3af85728282b2379dcc8d02ca4edc29.1442937669.git.shuahkh@osg.samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/media/media-entity.c b/drivers/media/media-entity.c index 68d5ec2..03b3836 100644 --- a/drivers/media/media-entity.c +++ b/drivers/media/media-entity.c @@ -612,6 +612,7 @@ int __media_entity_setup_link(struct media_link *link, u32 flags) return ret; } +EXPORT_SYMBOL_GPL(__media_entity_setup_link); int media_entity_setup_link(struct media_link *link, u32 flags) {
Export __media_entity_setup_link() to be used from code paths that hold the graph_mutex. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> --- drivers/media/media-entity.c | 1 + 1 file changed, 1 insertion(+)