aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include/nvif/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvif/client.h')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvif/client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvif/client.h b/drivers/gpu/drm/nouveau/include/nvif/client.h
index 4a7f6f7b836d..b52a8eadce01 100644
--- a/drivers/gpu/drm/nouveau/include/nvif/client.h
+++ b/drivers/gpu/drm/nouveau/include/nvif/client.h
@@ -11,8 +11,7 @@ struct nvif_client {
11 bool super; 11 bool super;
12}; 12};
13 13
14int nvif_client_init(const char *drv, const char *name, u64 device, 14int nvif_client_init(struct nvif_client *parent, const char *name, u64 device,
15 const char *cfg, const char *dbg,
16 struct nvif_client *); 15 struct nvif_client *);
17void nvif_client_fini(struct nvif_client *); 16void nvif_client_fini(struct nvif_client *);
18int nvif_client_ioctl(struct nvif_client *, void *, u32); 17int nvif_client_ioctl(struct nvif_client *, void *, u32);