It' unused and there's also not really any way to make it work with the current code. So better rip it out.
Signed-off-by: Daniel Vetter daniel.vetter@ffwll.ch --- include/drm/drm_modes.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/drm/drm_modes.h b/include/drm/drm_modes.h index 995c34d91ef1..2dbbf9976669 100644 --- a/include/drm/drm_modes.h +++ b/include/drm/drm_modes.h @@ -138,7 +138,6 @@ struct drm_display_mode { int crtc_vtotal;
/* Driver private mode info */ - int private_size; int *private; int private_flags;