mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-23 08:55:56 -04:00
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
@@ -422,6 +422,5 @@ static inline void virtio_gpu_object_unreserve(struct virtio_gpu_object *bo)
|
||||
|
||||
/* virgl debufs */
|
||||
int virtio_gpu_debugfs_init(struct drm_minor *minor);
|
||||
void virtio_gpu_debugfs_takedown(struct drm_minor *minor);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user