diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_chan.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_chan.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_chan.h b/drivers/gpu/drm/nouveau/nouveau_chan.h index 2ed32414cb69..48062c94f36d 100644 --- a/drivers/gpu/drm/nouveau/nouveau_chan.h +++ b/drivers/gpu/drm/nouveau/nouveau_chan.h | |||
@@ -42,8 +42,7 @@ struct nouveau_channel { | |||
42 | 42 | ||
43 | 43 | ||
44 | int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *, | 44 | int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *, |
45 | u32 handle, u32 arg0, u32 arg1, | 45 | u32 arg0, u32 arg1, struct nouveau_channel **); |
46 | struct nouveau_channel **); | ||
47 | void nouveau_channel_del(struct nouveau_channel **); | 46 | void nouveau_channel_del(struct nouveau_channel **); |
48 | int nouveau_channel_idle(struct nouveau_channel *); | 47 | int nouveau_channel_idle(struct nouveau_channel *); |
49 | 48 | ||