This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree:
Subject: [media] media: Media Controller export non locking __media_entity_setup_link() Author: Shuah Khan <[email protected]> Date: Thu Feb 11 21:41:23 2016 -0200 Export __media_entity_setup_link() to be used from code paths that hold the graph_mutex. Signed-off-by: Shuah Khan <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/media/media-entity.c | 1 + 1 file changed, 1 insertion(+) --- http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=efc702784f22b8d92bed42c082a8cedc264b50c4 diff --git a/drivers/media/media-entity.c b/drivers/media/media-entity.c index 33628b8cba7e..bab592c6e785 100644 --- a/drivers/media/media-entity.c +++ b/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) { _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
