Jani Nikula
71279a1138
drm/qxl: 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>
2015-04-07 18:11:24 +02:00
..
2014-01-22 21:21:55 -08:00
2014-09-03 15:36:52 +10:00
2014-09-02 16:41:50 +02:00
2014-09-03 17:09:11 +02:00
2013-04-12 13:51:07 +10:00
2014-11-15 10:15:30 +10:00
2013-07-24 11:58:10 +10:00
2015-04-07 18:11:24 +02:00
2014-09-30 14:04:00 +02:00
2013-08-07 09:59:24 +10:00
2015-01-21 14:57:03 +01:00
2013-10-09 14:38:02 +10:00
2013-07-24 11:58:10 +10:00
2014-06-10 09:36:17 +10:00
2014-07-17 08:08:06 +10:00
2014-09-03 15:35:27 +10:00
2014-09-30 14:04:00 +02:00
2014-09-02 16:41:50 +02:00
2014-09-30 14:04:00 +02:00
2014-12-03 18:26:52 -05:00
2014-09-24 11:42:51 +10:00