summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_drm.c
diff options
context:
space:
mode:
authorMarcin Slusarz <marcin.slusarz@gmail.com>2013-01-27 14:01:55 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2013-02-20 06:00:36 (GMT)
commitcd897837eacc6ce0b883b5e6c9000cb2e5f11c39 (patch)
tree86bacfad00ea769e03b1304fb4eaef9ad15df32d /drivers/gpu/drm/nouveau/nouveau_drm.c
parentbfd8bd1f81dfe6110af3fbd0ba11f8d5940b87dd (diff)
downloadlinux-fsl-qoriq-cd897837eacc6ce0b883b5e6c9000cb2e5f11c39.tar.xz
drm/nouveau: quiet static-related sparse noise
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
index 2cd66cd..ef1ad21 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
@@ -398,7 +398,7 @@ nouveau_drm_remove(struct pci_dev *pdev)
nouveau_object_debug();
}
-int
+static int
nouveau_do_suspend(struct drm_device *dev)
{
struct nouveau_drm *drm = nouveau_drm(dev);
@@ -469,7 +469,7 @@ int nouveau_pmops_suspend(struct device *dev)
return 0;
}
-int
+static int
nouveau_do_resume(struct drm_device *dev)
{
struct nouveau_drm *drm = nouveau_drm(dev);