commit | 06ab6832ac06c77332e3b0415977acf68ea364cf | [log] [tgz] |
---|---|---|
author | Nils Wallménius <nils.wallmenius@gmail.com> | Mon May 02 12:46:15 2016 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed May 04 20:20:10 2016 -0400 |
tree | b40e6011af74c5c1da7ce91305235b1b0139d22a | |
parent | 62250a910a4090f88b729e04baf4369d78ba5bdc [diff] |
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>