]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd1c0cc4748be40a2ad6510ddc2dc7702dcef58d4
tree19d66d3938f30d7e93912b4bd74c8fadf2945687
parent9a6ce62ac51297a911ecd6c9d14471dc6824f3ce
drm: make crtc/encoder/connector/plane helper_private a const pointer

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