[PATCH 8/9] drm/drm: constify all struct drm_*_helper funcs pointers

2015-04-07 Thread Daniel Vetter
On Wed, Mar 11, 2015 at 11:51:06AM +0200, Jani Nikula wrote: > They are not to be modified. > > Generated using the semantic patch: > > @@ > @@ > ( > const struct drm_crtc_helper_funcs * > | > - struct drm_crtc_helper_funcs * > + const struct drm_crtc_helper_funcs * > ) > > @@ > @@ > ( > con

[PATCH 8/9] drm/drm: constify all struct drm_*_helper funcs pointers

2015-03-11 Thread Jani Nikula
They are not to be modified. Generated using the semantic patch: @@ @@ ( const struct drm_crtc_helper_funcs * | - struct drm_crtc_helper_funcs * + const struct drm_crtc_helper_funcs * ) @@ @@ ( const struct drm_encoder_helper_funcs * | - struct drm_encoder_helper_funcs * + const struct drm_e