[PATCH 15/23] drm: omapdrm: Don't expose the omap_irq_(un)register() functions

2016-06-06 Thread Laurent Pinchart
Hi Tomi, On Wednesday 11 May 2016 14:05:48 Tomi Valkeinen wrote: > On 26/04/16 23:35, Laurent Pinchart wrote: > > The functions are not used outside of their compilation unit, make them > > static. > > The patch doesn't seem to match the description. If I'm not mistaken, > the patch is doing: rem

[PATCH 15/23] drm: omapdrm: Don't expose the omap_irq_(un)register() functions

2016-05-11 Thread Tomi Valkeinen
On 26/04/16 23:35, Laurent Pinchart wrote: > The functions are not used outside of their compilation unit, make them > static. The patch doesn't seem to match the description. If I'm not mistaken, the patch is doing: remove __omap_irq_* funcs, remove parameter from the irq callback, make funcs sta

[PATCH 15/23] drm: omapdrm: Don't expose the omap_irq_(un)register() functions

2016-04-26 Thread Laurent Pinchart
The functions are not used outside of their compilation unit, make them static. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_drv.h | 6 +- drivers/gpu/drm/omapdrm/omap_irq.c | 27 +++ 2 files changed, 8 insertions(+), 25 deletions(-) diff --git a