drm: make crtc/encoder/connector/plane helper_private a const pointer
authorJani Nikula <jani.nikula@intel.com>
Mon, 13 Apr 2015 08:21:42 +0000 (11:21 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 13 Apr 2015 13:00:13 +0000 (15:00 +0200)
They're only used to store const pointers anyway. This helps to keep
Ville and the compiler happy.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drm_crtc.h
include/drm/drm_crtc_helper.h
include/drm/drm_plane_helper.h

Simple merge
Simple merge
Simple merge