Re: [PATCH 06/48] drm: omapdrm: dss: Make dss_dump_clocks() function static

2017-10-15 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:59:02PM +0300, Laurent Pinchart wrote: > The function isn't used outside of its compilation unit, make it static. > > Signed-off-by: Laurent Pinchart Reviewed-by: Sebastian Reichel -- Sebastian > --- > drivers/gpu/drm/omapdrm/dss/dss.c | 4 +++- > drivers/gpu/

[PATCH 06/48] drm: omapdrm: dss: Make dss_dump_clocks() function static

2017-10-13 Thread Laurent Pinchart
The function isn't used outside of its compilation unit, make it static. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/dss.c | 4 +++- drivers/gpu/drm/omapdrm/dss/dss.h | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/dss/dss.c b/dr