lkml.org 
[lkml]   [2016]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 06/31] media: Media Controller export non locking __media_entity_setup_link()
    Date
    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>
    ---
    drivers/media/media-entity.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/media/media-entity.c b/drivers/media/media-entity.c
    index 78486a9..b8769aa 100644
    --- a/drivers/media/media-entity.c
    +++ b/drivers/media/media-entity.c
    @@ -736,6 +736,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)
    {
    --
    2.5.0


    \
     
     \ /
      Last update: 2016-01-06 22:21    [W:4.353 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site