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:
Dave Airlie 2012-05-29 13:47:59 +01:00
parent a21f976094
commit 1c780f2cfe
1 changed files with 0 additions and 2 deletions

View File

@ -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;