Jani Nikula
45fe734c30
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 <jani.nikula@intel.com>
Reviewed-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2015-04-07 17:06:41 +02:00
..
2014-03-17 20:13:24 +01:00
2014-06-19 08:55:28 +02:00
2015-04-07 17:06:41 +02:00
2014-10-23 09:24:06 +02:00
2015-04-07 17:06:41 +02:00
2015-04-07 17:06:41 +02:00
2015-01-21 14:57:03 +01:00
2014-03-17 20:13:24 +01:00
2014-03-17 20:13:24 +01:00
2015-04-07 17:06:41 +02:00
2014-03-17 20:14:01 +01:00
2014-07-08 00:29:53 +02:00
2014-09-24 11:43:41 +10:00
2014-09-03 11:05:38 +02:00
2014-03-20 02:37:22 +01:00
2014-12-02 13:42:49 +10:00
2015-04-07 17:06:41 +02:00
2014-11-13 10:44:41 +01:00
2014-11-13 10:44:41 +01:00
2015-04-07 17:06:41 +02:00
2014-06-19 15:12:41 +02:00
2014-04-08 09:52:16 -07:00
2015-04-07 17:06:41 +02:00
2015-04-07 17:06:41 +02:00
2014-12-02 13:42:49 +10:00
2014-12-02 13:42:49 +10:00
2014-03-17 20:13:24 +01:00
2014-12-02 13:42:49 +10:00
2014-12-02 13:42:49 +10:00
2015-04-07 17:06:41 +02:00
2014-12-02 13:42:49 +10:00
2015-04-07 17:06:41 +02:00
2014-10-31 18:38:21 +01:00