aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-09-28 14:46:17 +0100
committerAlex Deucher <alexander.deucher@amd.com>2017-10-06 16:47:58 -0400
commitc3fa35a4e5d1a06a5f70e5ac34a05da139aa71f4 (patch)
treef920b00c8a59349f7976fe838900fcd5573c8268 /drivers/gpu/drm/amd/amdgpu
parent7ca24cf2d2269bde25e21c02a77fe81995a081ae (diff)
drm/radeon: make functions alloc_pasid and free_pasid static
The functions alloc_pasid and free_pasid are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings: warning: symbol 'alloc_pasid' was not declared. Should it be static? warning: symbol 'free_pasid' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
0 files changed, 0 insertions, 0 deletions