drm/amdgpu: remove unused variable from struct amdgpu_bo
authorNirmoy Das <nirmoy.das@amd.com>
Mon, 22 Feb 2021 22:23:44 +0000 (17:23 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 22 Feb 2021 23:03:07 +0000 (18:03 -0500)
Fixes: 62914a99dee5a ("drm/amdgpu: Use mmu_interval_insert instead of hmm_mirror")
Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.h

index 3546ed5..54ceb06 100644 (file)
@@ -100,7 +100,6 @@ struct amdgpu_bo {
        struct amdgpu_bo                *parent;
        struct amdgpu_bo                *shadow;
 
-       struct amdgpu_mn                *mn;
 
 
 #ifdef CONFIG_MMU_NOTIFIER