[PATCH] gpu: drm: nouveau: Remove unused variable to prevent compile warning.

2011-02-21 Thread Ben Skeggs
On Sun, 2011-02-20 at 18:58 +0100, Ralf Thielow wrote: > Remove unused variable "dev_priv" in function "nv50_vm_map_pgt" to > prevent compile warning. > Thanks for this, however, it has already been fixed in the nouveau tree. Ben. > Signed-off-by: Ralf Thielow > --- >

[PATCH] gpu: drm: nouveau: Remove unused variable to prevent compile warning.

2011-02-21 Thread Ralf Thielow
Remove unused variable dev_priv in function nv50_vm_map_pgt to prevent compile warning. Signed-off-by: Ralf Thielow ralf.thie...@googlemail.com --- 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

[PATCH] gpu: drm: nouveau: Remove unused variable to prevent compile warning.

2011-02-20 Thread Ralf Thielow
Remove unused variable "dev_priv" in function "nv50_vm_map_pgt" to prevent compile warning. Signed-off-by: Ralf Thielow --- 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

Re: [PATCH] gpu: drm: nouveau: Remove unused variable to prevent compile warning.

2011-02-20 Thread Ben Skeggs
On Sun, 2011-02-20 at 18:58 +0100, Ralf Thielow wrote: Remove unused variable dev_priv in function nv50_vm_map_pgt to prevent compile warning. Thanks for this, however, it has already been fixed in the nouveau tree. Ben. Signed-off-by: Ralf Thielow ralf.thie...@googlemail.com ---