]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/nouveau/bios/init: remove internal use of nvbios_init.bios
authorBen Skeggs <bskeggs@redhat.com>
Fri, 19 May 2017 13:59:34 +0000 (23:59 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 16 Jun 2017 04:04:42 +0000 (14:04 +1000)
commit5b0e787ad599a8e6803daf743dfc4642018ba469
tree52b3ab071fa4b873625530a63db6920b9f0cda5e
parent4bb4a7466af6d96d4fc8471336eb738d13c2471c
drm/nouveau/bios/init: remove internal use of nvbios_init.bios

We already have a subdev pointer, from which we can locate the device's
BIOS subdev.  No need for a separate pointer.

Structure/callers not updated yet, as I want to batch more changes and
only touch the callers once.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c