Re: [PATCH 11/20] drm: Remove clock_index from struct drm_display_mode

2013-09-19 Thread Ben Skeggs
On Fri, Sep 20, 2013 at 2:40 AM, Damien Lespiau wrote: > This field was only accessed by the nouveau driver, but never set. So > concluded we can rid of this one. > > Cc: Ben Skeggs > Signed-off-by: Damien Lespiau Acked-by: Ben Skeggs > --- > drivers/gpu/drm/nouveau/dispnv04/crtc.c | 2 -- >

[PATCH 11/20] drm: Remove clock_index from struct drm_display_mode

2013-09-19 Thread Damien Lespiau
This field was only accessed by the nouveau driver, but never set. So concluded we can rid of this one. Cc: Ben Skeggs Signed-off-by: Damien Lespiau --- drivers/gpu/drm/nouveau/dispnv04/crtc.c | 2 -- include/drm/drm_crtc.h | 1 - 2 files changed, 3 deletions(-) diff --git a/d