summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_vm.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-01-31 08:26:04 +1000
committerBen Skeggs <bskeggs@redhat.com>2011-02-25 06:44:22 +1000
commitea5f2786a0942832f32deb7c507531b766028356 (patch)
tree9c55e5c063e46a30ef43c71402487b850859e74d /drivers/gpu/drm/nouveau/nv50_vm.c
parentcb1d771aa03dd9f3980f08f1512d9434dd5bebfb (diff)
downloadlinux-ea5f2786a0942832f32deb7c507531b766028356.tar.gz
linux-ea5f2786a0942832f32deb7c507531b766028356.tar.bz2
linux-ea5f2786a0942832f32deb7c507531b766028356.zip
drm/nouveau: silence some compiler warnings
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_vm.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv50_vm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_vm.c b/drivers/gpu/drm/nouveau/nv50_vm.c
index 459ff08241e5..03c1a63b24f4 100644
--- a/drivers/gpu/drm/nouveau/nv50_vm.c
+++ b/drivers/gpu/drm/nouveau/nv50_vm.c
@@ -31,7 +31,6 @@ void
nv50_vm_map_pgt(struct nouveau_gpuobj *pgd, u32 pde,
struct nouveau_gpuobj *pgt[2])
{
- struct drm_nouveau_private *dev_priv = pgd->dev->dev_private;
u64 phys = 0xdeadcafe00000000ULL;
u32 coverage = 0;