diff options
author | Matt Roper <matthew.d.roper@intel.com> | 2014-04-01 15:22:41 -0700 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2014-04-01 20:18:28 -0400 |
commit | 780f59847193eac97901ab6e74683956b4b0cf20 (patch) | |
tree | 3513b7e93c8b783ec2a6bfd4ed739e9997b09023 /include/drm | |
parent | f4510a2752b75ad5847b7935b68c233cab497f97 (diff) | |
download | linux-780f59847193eac97901ab6e74683956b4b0cf20.tar.bz2 |
drm: Remove unused drm_crtc->fb
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_crtc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 46790c0de845..e55fccbe7c42 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; |