Re: [PATCH] amd/amdkfd: remove svms declaration to avoid werror

2021-09-30 Thread Alex Deucher
On Thu, Sep 30, 2021 at 11:53 AM Alex Sierra wrote: > > svm_range_list svms declaration removed to avoid werror when > CONFIG_HSA_AMD_SVM is not enabled. > > Signed-off-by: Alex Sierra Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 11 +-- > 1 file change

[PATCH] amd/amdkfd: remove svms declaration to avoid werror

2021-09-30 Thread Alex Sierra
svm_range_list svms declaration removed to avoid werror when CONFIG_HSA_AMD_SVM is not enabled. Signed-off-by: Alex Sierra --- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c b/driv