aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-01-23 15:34:33 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-13 07:48:45 -0400
commitfa54143f924ac49ff1a40d4d30452ff33097c236 (patch)
tree6500906bc5dfd6dfec4cad16c162f6645231bdd0 /include/drm
parentf5aabb978d1dcd850d329bcce6dc782bb8621984 (diff)
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 <alexander.deucher@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_modes.h1
1 files changed, 0 insertions, 1 deletions
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 {
138 int crtc_vtotal; 138 int crtc_vtotal;
139 139
140 /* Driver private mode info */ 140 /* Driver private mode info */
141 int private_size;
142 int *private; 141 int *private;
143 int private_flags; 142 int private_flags;
144 143