aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drm.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-11-04 11:44:21 +1000
committerBen Skeggs <bskeggs@redhat.com>2016-11-07 14:04:40 +1000
commitf3a8b6645dc2e60d11f20c1c23afd964ff4e55ae (patch)
tree0bdab87caeffb10a8a5701f89fa125223f31fa58 /drivers/gpu/drm/nouveau/nouveau_drm.c
parentdrm/nouveau/tegra: Fix error handling (diff)
downloadlinux-dev-f3a8b6645dc2e60d11f20c1c23afd964ff4e55ae.tar.xz
linux-dev-f3a8b6645dc2e60d11f20c1c23afd964ff4e55ae.zip
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.c1
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 6adf94789417..62288152c842 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 = {