瀏覽代碼

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>
Daniel Vetter 12 年之前
父節點
當前提交
a065b46a01
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/drm/drm_fb_helper.h

+ 0 - 2
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;