drm/i915: Remove link_status field from intel_dp structure
authorKeith Packard <keithp@keithp.com>
Wed, 2 Nov 2011 02:45:03 +0000 (19:45 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 17 Nov 2011 04:26:25 +0000 (20:26 -0800)
No persistent data was ever stored here, so link_status is instead
allocated on the stack as needed.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found