drm/nouveau/bios/init: rename nvbios_init() to nvbios_devinit()

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs
2017-05-19 23:59:34 +10:00
parent 7eaf1198a9
commit 4bb4a7466a
3 changed files with 3 additions and 3 deletions

View File

@@ -17,5 +17,5 @@ struct nvbios_init {
};
int nvbios_exec(struct nvbios_init *);
int nvbios_init(struct nvkm_subdev *, bool execute);
int nvbios_post(struct nvkm_subdev *, bool execute);
#endif