projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a21f976
)
drm/udl: remove unused variables.
author
Dave Airlie
<airlied@redhat.com>
Tue, 29 May 2012 12:47:59 +0000
(13:47 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 29 May 2012 12:47:59 +0000
(13:47 +0100)
These two variables were not required after new API was introduced.
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/udl/udl_gem.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/udl/udl_gem.c
b/drivers/gpu/drm/udl/udl_gem.c
index
d9609e2
..
97acc9c
100644
(file)
--- a/
drivers/gpu/drm/udl/udl_gem.c
+++ b/
drivers/gpu/drm/udl/udl_gem.c
@@
-257,8
+257,6
@@
static int udl_prime_create(struct drm_device *dev,
{
struct udl_gem_object *obj;
int npages;
- int i;
- struct scatterlist *iter;
npages = size / PAGE_SIZE;