diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2017-03-07 23:49:23 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-03-08 13:29:08 +0300 |
commit | 1bdb5d5b8e571b8a1ce7b0f0e3abbb359c303bef (patch) | |
tree | 8482f5c1cda388ca12b155d1ddd5e29ab0539798 /include/drm/drm_drv.h | |
parent | 85eac4700ede7c583aab29ad6bdfe135f693c29b (diff) | |
download | linux-1bdb5d5b8e571b8a1ce7b0f0e3abbb359c303bef.tar.xz |
drm/debugfs: Remove the drm_driver.debugfs_cleanup callback
Remove the .debugfs_cleanup() callback now that all the users are gone.
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/20170307204924.1002-3-noralf@tronnes.org
Diffstat (limited to 'include/drm/drm_drv.h')
-rw-r--r-- | include/drm/drm_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_drv.h b/include/drm/drm_drv.h index 4e66fbb56773..4321d012c4ba 100644 --- a/include/drm/drm_drv.h +++ b/include/drm/drm_drv.h @@ -302,7 +302,6 @@ struct drm_driver { void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv); int (*debugfs_init)(struct drm_minor *minor); - void (*debugfs_cleanup)(struct drm_minor *minor); /** * @gem_free_object: deconstructor for drm_gem_objects |