mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
drm/nouveau/core: remove pmc_enable argument from subdev ctor
These are now specified directly in the MC subdev. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -47,7 +47,7 @@ nvkm_fuse_new_(const struct nvkm_fuse_func *func, struct nvkm_device *device,
|
||||
struct nvkm_fuse *fuse;
|
||||
if (!(fuse = *pfuse = kzalloc(sizeof(*fuse), GFP_KERNEL)))
|
||||
return -ENOMEM;
|
||||
nvkm_subdev_ctor(&nvkm_fuse, device, index, 0, &fuse->subdev);
|
||||
nvkm_subdev_ctor(&nvkm_fuse, device, index, &fuse->subdev);
|
||||
fuse->func = func;
|
||||
spin_lock_init(&fuse->lock);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user