aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_bo.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_bo.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_bo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.h b/drivers/gpu/drm/nouveau/nouveau_bo.h
index c42aea9fb546..dec51b1098fe 100644
--- a/drivers/gpu/drm/nouveau/nouveau_bo.h
+++ b/drivers/gpu/drm/nouveau/nouveau_bo.h
@@ -61,7 +61,7 @@ nouveau_bo_ref(struct nouveau_bo *ref, struct nouveau_bo **pnvbo)
61 61
62extern struct ttm_bo_driver nouveau_bo_driver; 62extern struct ttm_bo_driver nouveau_bo_driver;
63 63
64void nouveau_bo_move_init(struct nouveau_channel *); 64void nouveau_bo_move_init(struct nouveau_drm *);
65int nouveau_bo_new(struct drm_device *, int size, int align, u32 flags, 65int nouveau_bo_new(struct drm_device *, int size, int align, u32 flags,
66 u32 tile_mode, u32 tile_flags, struct sg_table *sg, 66 u32 tile_mode, u32 tile_flags, struct sg_table *sg,
67 struct nouveau_bo **); 67 struct nouveau_bo **);