diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_vm.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_vm.h b/drivers/gpu/drm/nouveau/nouveau_vm.h index 579ca8cc223c..6ce995f7797e 100644 --- a/drivers/gpu/drm/nouveau/nouveau_vm.h +++ b/drivers/gpu/drm/nouveau/nouveau_vm.h | |||
@@ -51,7 +51,7 @@ struct nouveau_vma { | |||
51 | 51 | ||
52 | struct nouveau_vm { | 52 | struct nouveau_vm { |
53 | struct drm_device *dev; | 53 | struct drm_device *dev; |
54 | struct nouveau_mm *mm; | 54 | struct nouveau_mm mm; |
55 | int refcount; | 55 | int refcount; |
56 | 56 | ||
57 | struct list_head pgd_list; | 57 | struct list_head pgd_list; |