[PATCH v3 18/20] drm: omapdrm: Make pipe2vbl function static

2016-12-13 Thread Laurent Pinchart
Hi Tomi, On Monday 12 Dec 2016 12:41:11 Tomi Valkeinen wrote: > On 19/09/16 15:27, Laurent Pinchart wrote: > > The function is only used in omap_irq.c, move it there and make it > > static. > > > > Signed-off-by: Laurent Pinchart > > --- > > > > drivers/gpu/drm/omapdrm/omap_crtc.c | 7 ---

[PATCH v3 18/20] drm: omapdrm: Make pipe2vbl function static

2016-12-12 Thread Tomi Valkeinen
On 19/09/16 15:27, Laurent Pinchart wrote: > The function is only used in omap_irq.c, move it there and make it > static. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/omap_crtc.c | 7 --- > drivers/gpu/drm/omapdrm/omap_drv.h | 1 - > drivers/gpu/drm/omapdrm/omap_irq.

[PATCH v3 18/20] drm: omapdrm: Make pipe2vbl function static

2016-09-19 Thread Laurent Pinchart
The function is only used in omap_irq.c, move it there and make it static. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_crtc.c | 7 --- drivers/gpu/drm/omapdrm/omap_drv.h | 1 - drivers/gpu/drm/omapdrm/omap_irq.c | 7 ++- 3 files changed, 6 insertions(+), 9 deletion