diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2016-11-04 11:44:21 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-11-07 14:04:40 +1000 |
commit | f3a8b6645dc2e60d11f20c1c23afd964ff4e55ae (patch) | |
tree | 0bdab87caeffb10a8a5701f89fa125223f31fa58 /drivers/gpu/drm/nouveau/nouveau_drm.c | |
parent | 91cf301f6ffb854a03c55df39ab04298f12cb000 (diff) | |
download | op-kernel-dev-f3a8b6645dc2e60d11f20c1c23afd964ff4e55ae.zip op-kernel-dev-f3a8b6645dc2e60d11f20c1c23afd964ff4e55ae.tar.gz |
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/nouveau_drm.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c index 6adf947..6228815 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.c +++ b/drivers/gpu/drm/nouveau/nouveau_drm.c @@ -1037,6 +1037,7 @@ static void nouveau_display_options(void) DRM_DEBUG_DRIVER("... modeset : %d\n", nouveau_modeset); DRM_DEBUG_DRIVER("... runpm : %d\n", nouveau_runtime_pm); DRM_DEBUG_DRIVER("... vram_pushbuf : %d\n", nouveau_vram_pushbuf); + DRM_DEBUG_DRIVER("... hdmimhz : %d\n", nouveau_hdmimhz); } static const struct dev_pm_ops nouveau_pm_ops = { |