diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-02-11 18:17:09 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-02-13 18:08:41 -0500 |
commit | a065b46a01b25d7d364e01e75f7ec2bd9ed5d9cb (patch) | |
tree | a23152729fa5c8917a8b0b527a725febaee54da3 | |
parent | 1b1d5397058f06bc5bd87d43ed93f34b28546ea4 (diff) |
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>
-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 { | |||
77 | 77 | ||
78 | struct drm_fb_helper { | 78 | struct drm_fb_helper { |
79 | struct drm_framebuffer *fb; | 79 | struct drm_framebuffer *fb; |
80 | struct drm_framebuffer *saved_fb; | ||
81 | struct drm_device *dev; | 80 | struct drm_device *dev; |
82 | struct drm_display_mode *mode; | ||
83 | int crtc_count; | 81 | int crtc_count; |
84 | struct drm_fb_helper_crtc *crtc_info; | 82 | struct drm_fb_helper_crtc *crtc_info; |
85 | int connector_count; | 83 | int connector_count; |