]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu: Mark all instances of struct drm_info_list as const
authorNils Wallménius <nils.wallmenius@gmail.com>
Mon, 2 May 2016 16:46:15 +0000 (12:46 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 May 2016 00:20:10 +0000 (20:20 -0400)
commit06ab6832ac06c77332e3b0415977acf68ea364cf
treeb40e6011af74c5c1da7ce91305235b1b0139d22a
parent62250a910a4090f88b729e04baf4369d78ba5bdc
drm/amdgpu: Mark all instances of struct drm_info_list as const

All these are compile time constand and the
drm_debugfs_create/remove_files functions take a const
pointer argument.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Nils Wallménius <nils.wallmenius@gmail.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_fence.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c