drm/i915: remove connector object in old output structure

As all display drivers have been converted, remove the left reference
for connector object in old structure.

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
This commit is contained in:
Zhenyu Wang
2010-03-29 16:44:15 +08:00
committed by Eric Anholt
parent 0c41ee2be6
commit 1f254ec2f1
2 changed files with 0 additions and 14 deletions

View File

@@ -5238,16 +5238,6 @@ void intel_modeset_cleanup(struct drm_device *dev)
}
/* current intel driver doesn't take advantage of encoders
always give back the encoder for the connector
*/
struct drm_encoder *intel_best_encoder(struct drm_connector *connector)
{
struct intel_encoder *intel_encoder = to_intel_encoder(connector);
return &intel_encoder->enc;
}
/*
* Return which encoder is currently attached for connector.
*/