[PATCH 1/3] drm/radeon: constify more struct drm_*_helper funcs pointers

2015-04-13 Thread Jani Nikula
Some non-const pointers were added since the last constification, fix them. Signed-off-by: Jani Nikula --- drivers/gpu/drm/radeon/radeon_connectors.c | 4 ++-- drivers/gpu/drm/radeon/radeon_dp_mst.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon

[PATCH 1/3] drm/radeon: constify more struct drm_*_helper funcs pointers

2015-04-13 Thread Christian König
On 13.04.2015 10:21, Jani Nikula wrote: > Some non-const pointers were added since the last constification, fix > them. > > Signed-off-by: Jani Nikula For this one Reviewed-by: Christian König . Can't say anything for patch #2, and #3 already has my rb IIRC. Regards, Christian. > --- > driv