[PATCH 40/42] drm/omap: remove last uses of omap_overlay_manager

2016-03-07 Thread Tomi Valkeinen
On 07/03/16 11:01, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Monday 22 February 2016 19:10:46 Tomi Valkeinen wrote: >> We have now removed all uses of 'struct omap_overlay_manager', so we can >> now remove the last places where it is set. > > Shouldn't you also mov

[PATCH 40/42] drm/omap: remove last uses of omap_overlay_manager

2016-03-07 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Monday 22 February 2016 19:10:46 Tomi Valkeinen wrote: > We have now removed all uses of 'struct omap_overlay_manager', so we can > now remove the last places where it is set. Shouldn't you also move the definition of the structure to a header private to oma

[PATCH 40/42] drm/omap: remove last uses of omap_overlay_manager

2016-02-22 Thread Tomi Valkeinen
We have now removed all uses of 'struct omap_overlay_manager', so we can now remove the last places where it is set. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/omap_crtc.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/omap_crtc.c b/drivers