drivers: gpu: Mark function as static in mgag200_main.c
authorRashika <rashika.kheria@gmail.com>
Mon, 6 Jan 2014 15:06:15 +0000 (20:36 +0530)
committerDave Airlie <airlied@redhat.com>
Tue, 14 Jan 2014 02:59:19 +0000 (12:59 +1000)
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>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found