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)
commit93f62dad5ffe0962d83772fd16c0c1a9dd69767d
treeda2715fcff925b4075a0273d3477bcfbd65de160
parent832dd3c17f7829fe8e4c257531d6c5c9e19bd7ac
drm/i915: Remove link_status field from intel_dp structure

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>
drivers/gpu/drm/i915/intel_dp.c