diff options
author | 2015-03-11 11:50:59 +0200 | |
---|---|---|
committer | 2015-04-07 17:06:40 +0200 | |
commit | b0f8778a34186455f3661308676f068f43fc9335 (patch) | |
tree | 328279775641f6f52b999cbeeadd91ad6cb43251 /scripts/gdb/linux/modules.py | |
parent | drm: Fix some typos (diff) | |
download | wireguard-linux-b0f8778a34186455f3661308676f068f43fc9335.tar.xz wireguard-linux-b0f8778a34186455f3661308676f068f43fc9335.zip |
drm/exynos: 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>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions