drm/nouveau/subdev: rename some functions to avoid upcoming conflicts

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs
2015-08-20 14:54:16 +10:00
parent aa35888ff0
commit 3a8c3400f3
24 changed files with 48 additions and 46 deletions

View File

@@ -142,7 +142,7 @@ _nvkm_volt_init(struct nvkm_object *object)
struct nvkm_subdev *subdev = &volt->subdev;
int ret;
ret = nvkm_subdev_init(&volt->subdev);
ret = nvkm_subdev_init_old(&volt->subdev);
if (ret)
return ret;