commit | 93f62dad5ffe0962d83772fd16c0c1a9dd69767d | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Tue Nov 01 19:45:03 2011 -0700 |
committer | Keith Packard <keithp@keithp.com> | Wed Nov 16 20:26:25 2011 -0800 |
tree | da2715fcff925b4075a0273d3477bcfbd65de160 | |
parent | 832dd3c17f7829fe8e4c257531d6c5c9e19bd7ac [diff] |
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>