]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] media: Media Controller export non locking __media_entity_setup_link()
authorShuah Khan <shuahkh@osg.samsung.com>
Thu, 11 Feb 2016 23:41:23 +0000 (21:41 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 27 Feb 2016 11:33:27 +0000 (08:33 -0300)
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>
drivers/media/media-entity.c

index 33628b8cba7e2cc6f19336b982553f51d46f7338..bab592c6e785db3fbe7fdc6d24d2f1925074f94f 100644 (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)
 {