drm/radeon: constify radeon_asic_ring structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 29 Nov 2015 16:12:41 +0000 (17:12 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Dec 2015 17:45:56 +0000 (12:45 -0500)
commitd26678da532401bd9227c8d79e902e59439b0140
tree55be521eaf60a784a79acb788888e7656dbb76d1
parent288912cb95d156ad9fbb626b0b05d714c2ec8c8e
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>
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_asic.c