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:
kernel test robot 2020-09-23 10:28:28 +08:00 committed by Alex Deucher
parent 3cb9d2416c
commit 0224b2758f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
*/
uint64_t amdgpu_amdkfd_total_mem_size;
bool kfd_initialized;
static bool kfd_initialized;
int amdgpu_amdkfd_init(void)
{