Re: [PATCH 03/48] drm: omapdrm: Remove unused omap_dss_find_device() function

2017-10-15 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:58:59PM +0300, Laurent Pinchart wrote: > The omap_dss_find_device() function is unused. Remove it. > > Signed-off-by: Laurent Pinchart Reviewed-by: Sebastian Reichel -- Sebastian > --- > drivers/gpu/drm/omapdrm/dss/display.c | 14 -- > drivers/gpu/

[PATCH 03/48] drm: omapdrm: Remove unused omap_dss_find_device() function

2017-10-13 Thread Laurent Pinchart
The omap_dss_find_device() function is unused. Remove it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/display.c | 14 -- drivers/gpu/drm/omapdrm/dss/omapdss.h | 3 --- 2 files changed, 17 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/dss/display.c b/drivers