]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit9a436ee6c3f311f2ae604d775d7de06a49f8c9a0
tree19d66d3938f30d7e93912b4bd74c8fadf2945687
parent0d4d936f49d3baa5e078ea6dafebcbdd3ec4449d
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