mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/nouveau/fuse: switch to instanced constructor
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
This commit is contained in:
@@ -11,7 +11,7 @@ struct nvkm_fuse {
|
||||
|
||||
u32 nvkm_fuse_read(struct nvkm_fuse *, u32 addr);
|
||||
|
||||
int nv50_fuse_new(struct nvkm_device *, int, struct nvkm_fuse **);
|
||||
int gf100_fuse_new(struct nvkm_device *, int, struct nvkm_fuse **);
|
||||
int gm107_fuse_new(struct nvkm_device *, int, struct nvkm_fuse **);
|
||||
int nv50_fuse_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_fuse **);
|
||||
int gf100_fuse_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_fuse **);
|
||||
int gm107_fuse_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_fuse **);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user