diff options
author | Jani Nikula <jani.nikula@intel.com> | 2015-03-11 11:51:01 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-04-07 17:06:41 +0200 |
commit | 45fe734c304edc36acb9bee653f16fa6fed64351 (patch) | |
tree | 828c6dde2b245af93dc25e06f1d7a474e71c37f0 /net/xfrm | |
parent | d584ff822b19ac788dcda7d764b567001178cfe5 (diff) | |
download | linux-45fe734c304edc36acb9bee653f16fa6fed64351.tar.bz2 |
drm/gma500: constify all struct drm_*_helper funcs pointers
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_encoder_helper_funcs *
)
@@
@@
(
const struct drm_connector_helper_funcs *
|
- struct drm_connector_helper_funcs *
+ const struct drm_connector_helper_funcs *
)
@@
@@
(
const struct drm_plane_helper_funcs *
|
- struct drm_plane_helper_funcs *
+ const struct drm_plane_helper_funcs *
)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'net/xfrm')
0 files changed, 0 insertions, 0 deletions