drm/i915/sdvo: Remove unused encoding member
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 22 Oct 2010 08:15:22 +0000 (09:15 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 22 Oct 2010 08:15:22 +0000 (09:15 +0100)
commite27d8538695d1aee69eb4fdd6f98988e6ffc5c33
treeec3920c70e3d3ed9ac3c18b46c654145020d0cab
parent3c17fe4b8f40a112a85758a9ab2aebf772bdd647
drm/i915/sdvo: Remove unused encoding member

This block is only used when detecting whether the connector is HDMI and
never again, so scope the variable to the detection routine.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_sdvo.c