drm/nouveau/mmu: make nvkm_vmm_ctor() static
authorRalph Campbell <rcampbell@nvidia.com>
Mon, 22 Jun 2020 23:38:54 +0000 (16:38 -0700)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 24 Jul 2020 08:50:50 +0000 (18:50 +1000)
commite5c7864f6297c2f6256369bff2f2ef9f1d5edd5e
tree83afc05cad1145eb579af083fab81994d0da4cb2
parent8f29432417b11039ef960ab18987c7d61b2b5396
drm/nouveau/mmu: make nvkm_vmm_ctor() static

The function nvkm_vmm_ctor() is not called outside of the file defining
it, so make it static.

Signed-off-by: Ralph Campbell <rcampbell@nvidia.com>
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h