[PATCH] drm/panel: Remove the get_timings() function.

2016-07-12 Thread Eric Anholt
Thierry Reding writes: > On Wed, Jun 01, 2016 at 12:18:01PM -0700, Eric Anholt wrote: >> It appears to have no callers. >> >> Signed-off-by: Eric Anholt >> --- >> drivers/gpu/drm/panel/panel-simple.c | 18 -- >> include/drm/drm_panel.h | 4 >> 2 files changed

[PATCH] drm/panel: Remove the get_timings() function.

2016-07-11 Thread Thierry Reding
On Wed, Jun 01, 2016 at 12:18:01PM -0700, Eric Anholt wrote: > It appears to have no callers. > > Signed-off-by: Eric Anholt > --- > drivers/gpu/drm/panel/panel-simple.c | 18 -- > include/drm/drm_panel.h | 4 > 2 files changed, 22 deletions(-) Looks like I ne

[PATCH] drm/panel: Remove the get_timings() function.

2016-06-01 Thread Eric Anholt
It appears to have no callers. Signed-off-by: Eric Anholt --- drivers/gpu/drm/panel/panel-simple.c | 18 -- include/drm/drm_panel.h | 4 2 files changed, 22 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c