提交 37ba5bbc 编写于 作者: R Ramesh Errabolu 提交者: Alex Deucher

drm/amdgpu: Declare Unpin BO api as static

Fixes warning report from kernel test robot
Reported-by: Nkernel test robot <lkp@intel.com>
Signed-off-by: NRamesh Errabolu <Ramesh.Errabolu@amd.com>
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 7b37c7f8
......@@ -1326,7 +1326,7 @@ static int amdgpu_amdkfd_gpuvm_pin_bo(struct amdgpu_bo *bo, u32 domain)
* - All other BO types (GTT, VRAM, MMIO and DOORBELL) will have their
* PIN count decremented. Calls to UNPIN must balance calls to PIN
*/
void amdgpu_amdkfd_gpuvm_unpin_bo(struct amdgpu_bo *bo)
static void amdgpu_amdkfd_gpuvm_unpin_bo(struct amdgpu_bo *bo)
{
int ret = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册