diff options
author | Jani Nikula <jani.nikula@intel.com> | 2015-03-11 11:51:06 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-04-07 18:11:25 +0200 |
commit | be26a66de5f5722388966a62d772df832818bcb9 (patch) | |
tree | d004bf6ddcb0069e3d6e5879ebe95ed3c1e37980 /include/drm | |
parent | 71279a11380faabf70ea2827dc168b4156a10971 (diff) | |
download | linux-be26a66de5f5722388966a62d772df832818bcb9.tar.gz linux-be26a66de5f5722388966a62d772df832818bcb9.tar.bz2 linux-be26a66de5f5722388966a62d772df832818bcb9.zip |
drm/drm: 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: Christian König <christian.koenig@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
0 files changed, 0 insertions, 0 deletions