瀏覽代碼

[media] media: Media Controller export non locking __media_entity_setup_link()

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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Shuah Khan 9 年之前
父節點
當前提交
efc702784f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/media/media-entity.c

+ 1 - 0
drivers/media/media-entity.c

@@ -806,6 +806,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)
 {