drm/nouveau: silence sparse warnings about symbols not being marked static

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs
2016-11-04 11:44:21 +10:00
parent 91cf301f6f
commit f3a8b6645d
33 changed files with 58 additions and 55 deletions

View File

@@ -55,7 +55,7 @@ nvif_client_fini(struct nvif_client *client)
}
}
const struct nvif_driver *
static const struct nvif_driver *
nvif_drivers[] = {
#ifdef __KERNEL__
&nvif_driver_nvkm,