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
..
2013-12-18 11:33:24 +10:00
2014-01-23 16:36:55 -08:00
2014-03-17 20:11:51 +01:00
2014-03-17 20:11:51 +01:00
2014-03-17 20:13:24 +01:00
2013-08-15 00:54:44 +02: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
2013-07-24 01:47:34 +02:00
2014-03-17 20:12:02 +01:00
2014-03-17 20:11:59 +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
2013-03-17 18:32:56 +01:00
2013-11-08 16:22:08 +01:00
2014-03-20 02:37:22 +01:00
2014-12-02 13:42:49 +10:00
2012-05-22 10:15:34 +01:00
2012-07-19 21:52:38 -04:00
2012-07-19 21:52:38 -04:00
2015-04-07 17:06:41 +02:00
2013-10-17 16:40:36 -07: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
2012-03-10 13:05:51 +00:00
2012-03-10 13:05:48 +00:00
2012-03-10 13:05:48 +00:00
2012-03-10 13:05:48 +00:00
2014-06-19 15:12:41 +02:00
2014-04-08 09:52:16 -07:00
2014-03-17 20:11:48 +01:00
2015-04-07 17:06:41 +02:00
2013-11-15 14:19:54 +09:00
2013-11-15 09:32:21 +09: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
2012-11-07 10:59:32 +10:00
2014-03-17 20:12:04 +01:00
2012-07-16 09:20:33 -07:00
2013-04-07 17:09:34 +02:00
2013-04-07 17:09:34 +02:00
2014-03-17 20:13:24 +01:00
2013-07-24 01:47:18 +02: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
2011-12-20 10:23:06 +00:00
2013-03-17 18:32:56 +01:00
2011-12-20 10:23:14 +00:00
2014-10-31 18:38:21 +01:00
2014-03-17 20:11:38 +01:00
2013-12-18 11:33:46 +10:00
2012-05-22 10:15:29 +01:00
2013-01-03 15:57:15 -08:00
2012-03-10 13:05:48 +00:00