]> 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)
commit848a726a51909464d89de0daf038b5bba3d91a87
treeda2715fcff925b4075a0273d3477bcfbd65de160
parent11953a0e02e2e796d9a607295f0d77d9134dbfce
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