drm: drop unused 'magicfree' list

This list is write-only. It's never used for read-access, so no reason to
keep it around. Drop it!

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
David Herrmann
2015-05-04 16:05:12 +02:00
committed by Daniel Vetter
parent ed1817036b
commit acab18b5c3
3 changed files with 0 additions and 6 deletions

View File

@@ -109,7 +109,6 @@ struct drm_master *drm_master_create(struct drm_minor *minor)
kfree(master);
return NULL;
}
INIT_LIST_HEAD(&master->magicfree);
master->minor = minor;
return master;