drm/i915: Don't touch PORT_HOTPLUG_EN in intel_dp_detect()
commit6e0032f0ae4440e75256bee11b163552cae21962
authorKarsten Wiese <fzuuzf@googlemail.com>
Sat, 27 Mar 2010 21:48:33 +0000 (27 22:48 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 19 Apr 2010 00:11:44 +0000 (18 17:11 -0700)
tree206a783bf8983977a82208f04addea4cae5e63de
parent77ffb5979de59efd1a6b280b10d647b09285bee0
drm/i915: Don't touch PORT_HOTPLUG_EN in intel_dp_detect()

PORT_HOTPLUG_EN has allready been setup in i915_driver_irq_postinstall(),
when intel_dp_detect() runs.

Delete the DP[BCD]_HOTPLUG_INT_EN defines, they are not referenced anymore.

I found this while searching for a fix for
        https://bugzilla.redhat.com/show_bug.cgi?id=528312

Signed-off-by: Karsten Wiese <fzu@wemgehoertderstaat.de>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_dp.c