Author: Julia Lawall <Julia.Lawall@lip6.fr> The radeon_asic_ring structures are never modified, so declare them as const. Done with the help of Coccinelle. Reviewed-by: Christian König Signed-off-by: Julia Lawall Signed-off-by: Alex Deucher — drivers/gpu/drm/radeon/radeon.h | 2 +- drivers/gpu/drm/radeon/radeon_asic.c | 38 ++++++++++++++++++—————— 2 files changed, 20 insertions(+), 20 deletions(-) diff –git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index b6cbd81..cf09102 100644 — …