OSDN Git Service

drivers: gpu: Mark function as static in radeon_gem.c
authorRashika Kheria <rashika.kheria@gmail.com>
Mon, 6 Jan 2014 15:28:45 +0000 (20:58 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jan 2014 16:45:36 +0000 (11:45 -0500)
commit248a6c4ae32cefdccbe5a014637f3cf2a97740f6
treea8ee7fb3d002c140f9961311ef817e57fe28d41f
parent5520345fb91412fba48e4b7f5514c19f6234d963
drivers: gpu: Mark function as static in radeon_gem.c

Mark function radeon_gem_set_domain() as static in
drm/radeon/radeon_gem.c because it is not used outside this file.

This eliminates the following warning in drm/radeon/radeon_gem.c:
drivers/gpu/drm/radeon/radeon_gem.c:89:5: warning: no previous prototype for ‘radeon_gem_set_domain’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_gem.c