From: Matt Roper Date: Tue, 1 Apr 2014 22:22:41 +0000 (-0700) Subject: drm: Remove unused drm_crtc->fb X-Git-Tag: v4.14-rc1~7723^2~19^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=780f59847193eac97901ab6e74683956b4b0cf20;p=platform%2Fkernel%2Flinux-rpi.git drm: Remove unused drm_crtc->fb Signed-off-by: Matt Roper Reviewed-by: Rob Clark --- diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 46790c0..e55fccb 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -311,9 +311,6 @@ struct drm_crtc { struct drm_plane *primary; struct drm_plane *cursor; - /* framebuffer the connector is currently bound to */ - struct drm_framebuffer *fb; - /* Temporary tracking of the old fb while a modeset is ongoing. Used * by drm_mode_set_config_internal to implement correct refcounting. */ struct drm_framebuffer *old_fb;