Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa54143f authored by Daniel Vetter's avatar Daniel Vetter
Browse files

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: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent f5aabb97
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -138,7 +138,6 @@ struct drm_display_mode {
	int crtc_vtotal;

	/* Driver private mode info */
	int private_size;
	int *private;
	int private_flags;