lkml.org 
[lkml]   [2014]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 10/85] drivers: gpu: Mark function as static in mgag200_main.c
    Mark function mgag200_bo_unref() as static in drm/mgag200/mgag200_main.c
    because it is not used outside this file.

    This eliminates the following warning in drm/mgag200/mgag200_main.c:
    drivers/gpu/drm/mgag200/mgag200_main.c:313:6: warning: no previous prototype for ‘mgag200_bo_unref’ [-Wmissing-prototypes]

    Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
    Reviewed-by: Josh Triplett <josh@joshtriplett.org>
    ---
    drivers/gpu/drm/mgag200/mgag200_main.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/gpu/drm/mgag200/mgag200_main.c b/drivers/gpu/drm/mgag200/mgag200_main.c
    index b1120cb..a1bfe72 100644
    --- a/drivers/gpu/drm/mgag200/mgag200_main.c
    +++ b/drivers/gpu/drm/mgag200/mgag200_main.c
    @@ -310,7 +310,7 @@ int mgag200_dumb_create(struct drm_file *file,
    return 0;
    }

    -void mgag200_bo_unref(struct mgag200_bo **bo)
    +static void mgag200_bo_unref(struct mgag200_bo **bo)
    {
    struct ttm_buffer_object *tbo;

    --
    1.7.9.5
    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2014-01-06 16:41    [W:7.733 / U:0.148 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site