diff options
| author | Nirmoy Das <[email protected]> | 2021-02-22 22:23:44 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-02-22 23:03:07 +0000 |
| commit | d4a9ffdf713304219d31252a6765e3bb29bf4c1a (patch) | |
| tree | d725d8b0e25aec7481eff2d314138ee9a8b646e5 /drivers/gpu/drm/amd | |
| parent | drm/amdkfd: Cleanup kfd_process if init_cwsr_apu fails (diff) | |
| download | kernel-d4a9ffdf713304219d31252a6765e3bb29bf4c1a.tar.gz kernel-d4a9ffdf713304219d31252a6765e3bb29bf4c1a.zip | |
drm/amdgpu: remove unused variable from struct amdgpu_bo
Fixes: 62914a99dee5a ("drm/amdgpu: Use mmu_interval_insert instead of hmm_mirror")
Signed-off-by: Nirmoy Das <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h index 3546ed5ddb53..54ceb065e546 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h @@ -100,7 +100,6 @@ struct amdgpu_bo { struct amdgpu_bo *parent; struct amdgpu_bo *shadow; - struct amdgpu_mn *mn; #ifdef CONFIG_MMU_NOTIFIER |
