drm/atomic: Constify a bunch of functions pointer structs
authorVille Syrjälä <[email protected]>
Tue, 10 Mar 2015 12:35:20 +0000 (14:35 +0200)
committerDaniel Vetter <[email protected]>
Wed, 11 Mar 2015 07:32:11 +0000 (08:32 +0100)
commitb5ceff202c4b4e81052b83853f33832a60cefae9
tree9f6c92854c16158f257461f47dbe1f9014686a06
parent7eb5f302bbe78b88da8b2008c502c1975e75db05
drm/atomic: Constify a bunch of functions pointer structs

Make the helper function pointer structs const to make it clear they
should not be modified.

Signed-off-by: Ville Syrjälä <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/drm_atomic_helper.c