Commit 1c780f2c authored by Dave Airlie's avatar Dave Airlie

drm/udl: remove unused variables.

These two variables were not required after new API was introduced.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent a21f9760
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment