diff mbox

[PATCHv5,12/14] drm: Remove unused drm_crtc->fb

Message ID 1396390963-23460-13-git-send-email-matthew.d.roper@intel.com (mailing list archive)
State Accepted
Headers show

Commit Message

Matt Roper April 1, 2014, 10:22 p.m. UTC
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
---
 include/drm/drm_crtc.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index f147a84..c061bb3 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;