1
0
Fork 0

[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>
steinar/wifi_calib_4_9_kernel
Shuah Khan 2016-02-11 21:41:23 -02:00 committed by Mauro Carvalho Chehab
parent cd87ce873f
commit efc702784f
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{