diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-02-12 00:17:09 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-02-14 00:08:41 +0100 |
commit | a065b46a01b25d7d364e01e75f7ec2bd9ed5d9cb (patch) | |
tree | a23152729fa5c8917a8b0b527a725febaee54da3 /include/drm/drm_fb_helper.h | |
parent | 1b1d5397058f06bc5bd87d43ed93f34b28546ea4 (diff) | |
download | linux-stable-a065b46a01b25d7d364e01e75f7ec2bd9ed5d9cb.tar.gz linux-stable-a065b46a01b25d7d364e01e75f7ec2bd9ed5d9cb.tar.bz2 linux-stable-a065b46a01b25d7d364e01e75f7ec2bd9ed5d9cb.zip |
drm/fb-helper: remove unused members of struct drm_fb_helper
Spotted by Rob Clark.
Reviewed-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/drm_fb_helper.h')
-rw-r--r-- | include/drm/drm_fb_helper.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |