Message ID | 1355329008-31459-73-git-send-email-ville.syrjala@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index c8cea87..da9abb6 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -509,7 +509,6 @@ struct drm_encoder { struct drm_crtc *crtc; const struct drm_encoder_funcs *funcs; void *helper_private; - struct drm_crtc *old_crtc; }; enum drm_connector_force { @@ -615,7 +614,6 @@ struct drm_connector { int audio_latency[2]; int null_edid_counter; /* needed to workaround some HW bugs where we get all 0s */ unsigned bad_edid_counter; - struct drm_encoder *old_encoder; }; /**