drm/udl: remove unused variables.
These two variables were not required after new API was introduced. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
a21f976094
commit
1c780f2cfe
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue