summaryrefslogtreecommitdiff
path: root/scripts/coccicheck
diff options
context:
space:
mode:
authorRashika Kheria <rashika.kheria@gmail.com>2014-01-06 20:58:45 +0530
committerAlex Deucher <alexander.deucher@amd.com>2014-01-07 11:45:36 -0500
commit248a6c4ae32cefdccbe5a014637f3cf2a97740f6 (patch)
treea8ee7fb3d002c140f9961311ef817e57fe28d41f /scripts/coccicheck
parent5520345fb91412fba48e4b7f5514c19f6234d963 (diff)
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>
Diffstat (limited to 'scripts/coccicheck')
0 files changed, 0 insertions, 0 deletions