Re: [PATCH 2/3] drm/debugfs: Remove the drm_driver.debugfs_cleanup callback

2017-03-08 Thread Daniel Vetter
On Tue, Mar 07, 2017 at 09:49:23PM +0100, Noralf Trønnes wrote: > Remove the .debugfs_cleanup() callback now that all the users are gone. > > Signed-off-by: Noralf Trønnes First 2 patches merged to drm-misc, with Rob's irc ack on the first one. I'll leave the 3rd for Gerd.

[PATCH 2/3] drm/debugfs: Remove the drm_driver.debugfs_cleanup callback

2017-03-07 Thread Noralf Trønnes
Remove the .debugfs_cleanup() callback now that all the users are gone. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/drm_debugfs.c | 5 - include/drm/drm_drv.h | 1 - 2 files changed, 6 deletions(-) diff --git a/drivers/gpu/drm/drm_debugfs.c