From: Daniel Vetter Date: Thu, 23 Jan 2014 20:34:33 +0000 (+0100) Subject: drm: remove drm_display_mode->private_size X-Git-Tag: v3.15-rc1~51^2~54^2~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=fa54143f924ac49ff1a40d4d30452ff33097c236;p=linux-block.git drm: remove drm_display_mode->private_size It' unused and there's also not really any way to make it work with the current code. So better rip it out. Reviewed-by: Alex Deucher Signed-off-by: Daniel Vetter --- 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;