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

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

drm/fb-helper: remove unused members of struct drm_fb_helper



Spotted by Rob Clark.

Reviewed-by: default avatarRob Clark <robdclark@gmail.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 1b1d5397
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -77,9 +77,7 @@ struct drm_fb_helper_connector {

struct drm_fb_helper {
	struct drm_framebuffer *fb;
	struct drm_framebuffer *saved_fb;
	struct drm_device *dev;
	struct drm_display_mode *mode;
	int crtc_count;
	struct drm_fb_helper_crtc *crtc_info;
	int connector_count;