|
@@ -242,14 +242,9 @@ static void drm_debugfs_remove_all_files(struct drm_minor *minor)
|
|
|
*/
|
|
|
int drm_debugfs_cleanup(struct drm_minor *minor)
|
|
|
{
|
|
|
- struct drm_device *dev = minor->dev;
|
|
|
-
|
|
|
if (!minor->debugfs_root)
|
|
|
return 0;
|
|
|
|
|
|
- if (dev->driver->debugfs_cleanup)
|
|
|
- dev->driver->debugfs_cleanup(minor);
|
|
|
-
|
|
|
drm_debugfs_remove_all_files(minor);
|
|
|
|
|
|
debugfs_remove_recursive(minor->debugfs_root);
|