diff options
-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; |