diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index a184ba331273..0df21752d274 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -113,8 +113,6 @@ struct nouveau_bo { | |||
113 | int pbbo_index; | 113 | int pbbo_index; |
114 | bool validate_mapped; | 114 | bool validate_mapped; |
115 | 115 | ||
116 | struct nouveau_channel *channel; | ||
117 | |||
118 | struct list_head vma_list; | 116 | struct list_head vma_list; |
119 | unsigned page_shift; | 117 | unsigned page_shift; |
120 | 118 | ||