diff options
author | Jani Nikula <[email protected]> | 2015-03-11 11:51:01 +0200 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2015-04-07 17:06:41 +0200 |
commit | 45fe734c304edc36acb9bee653f16fa6fed64351 (patch) | |
tree | 828c6dde2b245af93dc25e06f1d7a474e71c37f0 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | d584ff822b19ac788dcda7d764b567001178cfe5 (diff) |
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 <[email protected]>
Reviewed-by: Patrik Jakobsson <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions