diff options
author | Jani Nikula <jani.nikula@intel.com> | 2015-03-11 11:51:00 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-04-07 17:06:41 +0200 |
commit | d584ff822b19ac788dcda7d764b567001178cfe5 (patch) | |
tree | 4ef0c746e6716ad2b912e94e66b92c81c9ceb62b /net/xfrm | |
parent | b0f8778a34186455f3661308676f068f43fc9335 (diff) | |
download | linux-d584ff822b19ac788dcda7d764b567001178cfe5.tar.bz2 |
drm/mgag200: 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: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'net/xfrm')
0 files changed, 0 insertions, 0 deletions