Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efc70278 authored by Shuah Khan's avatar Shuah Khan Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarShuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent cd87ce87
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{