]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit19dff45c437f178339001ff576dfe48990854618
tree59b89947209969afaaaefc340a5e740e668cbdd7
parent3d925e8a5577823589f9b9f5b5fdad49b14b0d22
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