drm/amdgpu: cleanup debugfs handling a bit
authorChristian König <christian.koenig@amd.com>
Wed, 6 Dec 2017 14:44:51 +0000 (15:44 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 12 Dec 2017 19:45:07 +0000 (14:45 -0500)
commit763efb6c6f2bd60d68c9ec1815f25d782f57f6f4
tree591b53178f0ebf3c3c3f46b0cd6be4fad53c4927
parent4fd09a19a6337b1a58d6de8777e2210cec55ae84
drm/amdgpu: cleanup debugfs handling a bit

Remove the superflous .debugfs_init callback and register all files in
amdgpu_device.c in just one function.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c