]> git.baikalelectronics.ru Git - kernel.git/commit
drm/atomic: Constify a bunch of functions pointer structs
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 Mar 2015 12:35:20 +0000 (14:35 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 11 Mar 2015 07:32:11 +0000 (08:32 +0100)
commit40474628cd35f168d46c15650652941e4b768577
tree9f6c92854c16158f257461f47dbe1f9014686a06
parent3e3cb37b7339b813519ebf3c0355985f4cd431e6
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ä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_atomic_helper.c