mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 01:09:38 -05:00
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>
This commit is contained in:
parent
f5aabb978d
commit
fa54143f92
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ struct drm_display_mode {
|
|||
int crtc_vtotal;
|
||||
|
||||
/* Driver private mode info */
|
||||
int private_size;
|
||||
int *private;
|
||||
int private_flags;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue