commit | c3fa35a4e5d1a06a5f70e5ac34a05da139aa71f4 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Sep 28 14:46:17 2017 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Oct 06 16:47:58 2017 -0400 |
tree | f920b00c8a59349f7976fe838900fcd5573c8268 | |
parent | 7ca24cf2d2269bde25e21c02a77fe81995a081ae [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>