commit | d26678da532401bd9227c8d79e902e59439b0140 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Nov 29 17:12:41 2015 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Dec 02 12:45:56 2015 -0500 |
tree | 55be521eaf60a784a79acb788888e7656dbb76d1 | |
parent | 288912cb95d156ad9fbb626b0b05d714c2ec8c8e [diff] |
drm/radeon: constify radeon_asic_ring structures The radeon_asic_ring structures are never modified, so declare them as const. Done with the help of Coccinelle. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>