drm/amdgpu: kfd_initialized can be static
Fixes: c7651b7358 ("drm/amdgpu: Fix handling of KFD initialization failures")
Signed-off-by: kernel test robot <lkp@intel.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
201a4eb9dc
commit
402bde58e7
@@ -36,7 +36,7 @@
|
|||||||
*/
|
*/
|
||||||
uint64_t amdgpu_amdkfd_total_mem_size;
|
uint64_t amdgpu_amdkfd_total_mem_size;
|
||||||
|
|
||||||
bool kfd_initialized;
|
static bool kfd_initialized;
|
||||||
|
|
||||||
int amdgpu_amdkfd_init(void)
|
int amdgpu_amdkfd_init(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user