diff options
| author | Daniel Vetter <[email protected]> | 2021-10-22 10:22:00 +0200 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2021-10-29 16:57:49 +0200 |
| commit | fe6089c138e477d0b1a8bf369ae6643466fd7c2d (patch) | |
| tree | 30300bbf2fd2130f2de490dc8dc0fdba597aaea9 | |
| parent | b0cc4dca4f1066f385a92baf6214d7f313353d76 (diff) | |
drm/i915: Remove some dead struct fwd decl from i915_drv.h
Gone with userptr rewrite by Maarten in ed29c2691188 ("drm/i915: Fix
userptr so we do not have to worry about obj->mm.lock, v7.")
Reviewed-by: Matthew Auld <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
| -rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index 12256218634f..2321f895cdea 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h @@ -191,8 +191,6 @@ struct i915_hotplug { I915_GEM_DOMAIN_VERTEX) struct drm_i915_private; -struct i915_mm_struct; -struct i915_mmu_object; struct drm_i915_file_private { struct drm_i915_private *dev_priv; |