drm/dp/mst: constify drm_dp_mst_topology_cbs structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Wed, 30 Dec 2015 21:20:30 +0000 (22:20 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 4 Jan 2016 07:09:58 +0000 (08:09 +0100)
commit69a0f89c0641668d402573a05b327ac8ed6d2560
tree59b89947209969afaaaefc340a5e740e668cbdd7
parentd21b02af63fd90d5fd6b8042fa5fb25f5911128d
drm/dp/mst: constify drm_dp_mst_topology_cbs structures

The drm_dp_mst_topology_cbs structures are never modified, so declare them
as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp_mst.c
drivers/gpu/drm/radeon/radeon_dp_mst.c
include/drm/drm_dp_mst_helper.h