summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_modes.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-01-23 21:34:33 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-13 12:48:45 +0100
commitfa54143f924ac49ff1a40d4d30452ff33097c236 (patch)
tree6500906bc5dfd6dfec4cad16c162f6645231bdd0 /include/drm/drm_modes.h
parentf5aabb978d1dcd850d329bcce6dc782bb8621984 (diff)
downloadlinux-fa54143f924ac49ff1a40d4d30452ff33097c236.tar.gz
linux-fa54143f924ac49ff1a40d4d30452ff33097c236.tar.xz
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/drm_modes.h')
-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 {
int crtc_vtotal;
/* Driver private mode info */
- int private_size;
int *private;
int private_flags;