mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
drm/amdgpu: remove unused variable from struct amdgpu_bo
Fixes: 62914a99de ("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>
This commit is contained in:
parent
172e4ee233
commit
d4a9ffdf71
|
|
@ -100,7 +100,6 @@ struct amdgpu_bo {
|
|||
struct amdgpu_bo *parent;
|
||||
struct amdgpu_bo *shadow;
|
||||
|
||||
struct amdgpu_mn *mn;
|
||||
|
||||
|
||||
#ifdef CONFIG_MMU_NOTIFIER
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user