]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit86b7728d0352d03485999d122c1fb639f6300408
treeda2715fcff925b4075a0273d3477bcfbd65de160
parent11d974e66c440a7fbc8a3ab8cefb7626fedbe12e
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