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:

committed by
Daniel Vetter

parent
ed1817036b
commit
acab18b5c3
@@ -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;
|
||||
|
Reference in New Issue
Block a user