diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2016-11-04 04:44:21 +0300 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-11-07 07:04:40 +0300 |
commit | f3a8b6645dc2e60d11f20c1c23afd964ff4e55ae (patch) | |
tree | 0bdab87caeffb10a8a5701f89fa125223f31fa58 /drivers/gpu/drm/nouveau/nvif | |
parent | 91cf301f6ffb854a03c55df39ab04298f12cb000 (diff) | |
download | linux-f3a8b6645dc2e60d11f20c1c23afd964ff4e55ae.tar.xz |
drm/nouveau: silence sparse warnings about symbols not being marked static
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvif')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvif/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvif/client.c b/drivers/gpu/drm/nouveau/nvif/client.c index 1ee9294eca2e..29c20dfd894d 100644 --- a/drivers/gpu/drm/nouveau/nvif/client.c +++ b/drivers/gpu/drm/nouveau/nvif/client.c @@ -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, |