drm/virtio: Remove virtio_gpu_debugfs_takedown()
drm_debugfs_cleanup() now removes all minor->debugfs_list entries automatically, so the drm_driver.debugfs_cleanup callback is not needed. Cc: airlied@linux.ie Cc: kraxel@redhat.com Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20170126225621.12314-18-noralf@tronnes.org
This commit is contained in:

committed by
Daniel Vetter

parent
1a54082a95
commit
e663112e27
@@ -54,11 +54,3 @@ virtio_gpu_debugfs_init(struct drm_minor *minor)
|
||||
minor->debugfs_root, minor);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
virtio_gpu_debugfs_takedown(struct drm_minor *minor)
|
||||
{
|
||||
drm_debugfs_remove_files(virtio_gpu_debugfs_list,
|
||||
VIRTIO_GPU_DEBUGFS_ENTRIES,
|
||||
minor);
|
||||
}
|
||||
|
Reference in New Issue
Block a user