diff options
author | Jani Nikula <jani.nikula@intel.com> | 2015-03-11 11:51:02 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-04-07 17:06:42 +0200 |
commit | 319d1e14109047b4f002394a80fe89a96ced64ed (patch) | |
tree | 37a08340634ab2f7814ad30b9f4454ba5fa5e955 /include | |
parent | 45fe734c304edc36acb9bee653f16fa6fed64351 (diff) | |
download | linux-stable-319d1e14109047b4f002394a80fe89a96ced64ed.tar.gz linux-stable-319d1e14109047b4f002394a80fe89a96ced64ed.tar.bz2 linux-stable-319d1e14109047b4f002394a80fe89a96ced64ed.zip |
drm/radeon: 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')
0 files changed, 0 insertions, 0 deletions