Commit 0224b275 authored by kernel test robot's avatar kernel test robot Committed by Alex Deucher

drm/amdgpu: kfd_initialized can be static

Fixes: c7651b73 ("drm/amdgpu: Fix handling of KFD initialization failures")
Signed-off-by: default avatarkernel test robot <lkp@intel.com>
Reviewed-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3cb9d241
......@@ -36,7 +36,7 @@
*/
uint64_t amdgpu_amdkfd_total_mem_size;
bool kfd_initialized;
static bool kfd_initialized;
int amdgpu_amdkfd_init(void)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment