Replace the use of drm_debugfs_create_files() with the new drm_debugfs_add_files() function, which centers the debugfs files management on the drm_device instead of drm_minor.
Refer: https://docs.kernel.org/gpu/todo.html#clean-up-the-debugfs-support Brahmajit Das (2): drm/i915/debugfs: use new debugfs device-centered functions drm/i915: use new debugfs device-centered functions drivers/gpu/drm/i915/display/intel_display_debugfs.c | 5 ++--- drivers/gpu/drm/i915/i915_debugfs.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) -- 2.50.1