diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvif/client.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/include/nvif/client.h | 3 |
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 | ||
14 | int nvif_client_init(const char *drv, const char *name, u64 device, | 14 | int 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 *); |
17 | void nvif_client_fini(struct nvif_client *); | 16 | void nvif_client_fini(struct nvif_client *); |
18 | int nvif_client_ioctl(struct nvif_client *, void *, u32); | 17 | int nvif_client_ioctl(struct nvif_client *, void *, u32); |