forked from Minki/linux
[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>
This commit is contained in:
parent
cd87ce873f
commit
efc702784f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user