Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;