]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdkfd: Make deallocate_hiq_sdma_mqd static
authorYueHaibing <yuehaibing@huawei.com>
Sat, 25 May 2019 12:51:09 +0000 (20:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Aug 2019 22:25:10 +0000 (17:25 -0500)
commitfb600ef5ac6147533a63047bfd5b5f9d0656c3b9
tree14a21351b01eca01905b51731b8c2e77cd7fce2e
parent9cad97d165eee8db3a19c985458bb04f20e5d4f1
drm/amdkfd: Make deallocate_hiq_sdma_mqd static

Fix sparse warning:

drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c:1846:6:
 warning: symbol 'deallocate_hiq_sdma_mqd' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c