diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drm.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.h b/drivers/gpu/drm/nouveau/nouveau_drm.h index f2b30f89dee0..41ff7e0d403a 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.h +++ b/drivers/gpu/drm/nouveau/nouveau_drm.h | |||
@@ -96,6 +96,7 @@ struct nouveau_drm { | |||
96 | int (*move)(struct nouveau_channel *, | 96 | int (*move)(struct nouveau_channel *, |
97 | struct ttm_buffer_object *, | 97 | struct ttm_buffer_object *, |
98 | struct ttm_mem_reg *, struct ttm_mem_reg *); | 98 | struct ttm_mem_reg *, struct ttm_mem_reg *); |
99 | struct nouveau_channel *chan; | ||
99 | int mtrr; | 100 | int mtrr; |
100 | } ttm; | 101 | } ttm; |
101 | 102 | ||