Jani Nikula
d58ded7625
drm/nouveau: 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-08-10 05:13:13 +10:00
2015-04-07 18:11:24 +02:00
2014-08-10 05:13:13 +10:00
2015-04-07 18:11:24 +02:00
2015-04-07 18:11:24 +02:00
2015-04-07 18:11:24 +02:00
2015-01-22 12:18:07 +10:00
2015-01-22 12:18:07 +10:00
2015-01-22 12:18:07 +10:00
2015-01-22 12:15:10 +10:00
2013-04-26 15:37:51 +10:00
2014-12-02 15:44:09 +10:00
2013-04-26 15:37:51 +10:00
2015-04-07 18:11:24 +02:00
2015-04-07 18:11:24 +02:00
2014-08-10 05:13:13 +10:00