From: Ville Syrj?l? <[email protected]>
These are not needed anymore.
Signed-off-by: Ville Syrj?l? <ville.syrjala at linux.intel.com>
---
include/drm/drm_crtc.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
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;
};
/**
--
1.7.8.6