[PATCH 27/34] drm: remove drm_display_mode->private_size
Daniel Vetter
daniel.vetter at ffwll.ch
Tue Mar 11 03:30:23 PDT 2014
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 at 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;
--
1.8.5.2
More information about the dri-devel
mailing list