[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4D9C4EAB.5080101@gmail.com>
Date: Wed, 06 Apr 2011 19:29:47 +0800
From: "helight.xu" <helight.xu@...il.com>
To: "airlied <airlied@...ux.ie>; dri-devel"
<dri-devel@...ts.freedesktop.org>
CC: linux-kernel@...r.kernel.org
Subject: [PATCH] fix warning: unused variable ‘dev_priv’ drivers/gpu/drm/nouveau/nv50_vm.c
fix warning: unused variable ‘dev_priv’ drivers/gpu/drm/nouveau/nv50_vm.c
Signed-off-by: helight <helight@...en.org>
---
drivers/gpu/drm/nouveau/nv50_vm.c | 1 -
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 6144156..1f47c75 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;
--
1.6.0.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists