From: Daniel Vetter Date: Mon, 11 Feb 2013 23:17:09 +0000 (+0100) Subject: drm/fb-helper: remove unused members of struct drm_fb_helper X-Git-Tag: Ubuntu-5.10.0-12.13~19665^2~16^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a065b46a01b25d7d364e01e75f7ec2bd9ed5d9cb;p=mirror_ubuntu-hirsute-kernel.git drm/fb-helper: remove unused members of struct drm_fb_helper Spotted by Rob Clark. Reviewed-by: Rob Clark Signed-off-by: Daniel Vetter --- diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h index 31e5b97c2e89..c09511625a11 100644 --- a/include/drm/drm_fb_helper.h +++ b/include/drm/drm_fb_helper.h @@ -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;