drm/tegra: Remove tegra_debugfs_cleanup()
authorNoralf Trønnes <[email protected]>
Thu, 26 Jan 2017 22:56:16 +0000 (23:56 +0100)
committerDaniel Vetter <[email protected]>
Fri, 27 Jan 2017 14:27:26 +0000 (15:27 +0100)
commit5b6954b98b827ec3c31d746022bb1564fc044156
tree50783264e6dc48da822a670021db9fa64bf19573
parentfc3706ea00303fd57cb0a47a75c956c24725e291
drm/tegra: Remove tegra_debugfs_cleanup()

drm_debugfs_cleanup() now removes all minor->debugfs_list entries
automatically, so the drm_driver.debugfs_cleanup callback is not
needed.

Cc: [email protected]
Signed-off-by: Noralf Trønnes <[email protected]>
Reviewed-by: Thierry Reding <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/tegra/drm.c