提交 0224b275 编写于 作者: K kernel test robot 提交者: Alex Deucher

drm/amdgpu: kfd_initialized can be static

Fixes: c7651b73 ("drm/amdgpu: Fix handling of KFD initialization failures")
Signed-off-by: Nkernel test robot <lkp@intel.com>
Reviewed-by: NFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: NFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册