aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-01-03 21:53:01 -0500
committerBen Skeggs <bskeggs@redhat.com>2010-01-10 18:06:40 -0500
commit61768bf1e694056cb41029b60e1270bf2578a83f (patch)
treec06987cd4bad4fc8f1731d334b5c0e283474199b /drivers/gpu/drm/nouveau/nouveau_drv.h
parentbf5302b9496b25fe80ffa8a4fd191ad95c217864 (diff)
drm/nouveau: remove unused nouveau_channel_idle() function
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 9181eaefe918..4087a9a20ba9 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -745,7 +745,6 @@ extern int nouveau_channel_alloc(struct drm_device *dev,
745 struct drm_file *file_priv, 745 struct drm_file *file_priv,
746 uint32_t fb_ctxdma, uint32_t tt_ctxdma); 746 uint32_t fb_ctxdma, uint32_t tt_ctxdma);
747extern void nouveau_channel_free(struct nouveau_channel *); 747extern void nouveau_channel_free(struct nouveau_channel *);
748extern int nouveau_channel_idle(struct nouveau_channel *chan);
749 748
750/* nouveau_object.c */ 749/* nouveau_object.c */
751extern int nouveau_gpuobj_early_init(struct drm_device *); 750extern int nouveau_gpuobj_early_init(struct drm_device *);