From: Egbert Eich Date: Mon, 25 Feb 2013 17:06:51 +0000 (-0500) Subject: DRM/i915: Remove i965_hpd_irq_setup. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~51^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac56d5b9535f16409b294d92ecc01c354059b41;p=pandora-kernel.git DRM/i915: Remove i965_hpd_irq_setup. After "Convert HPD interrupts to make use of HPD pin assignment in encoders." This function is now basically the same as i915_hpd_irq_setup(). Consolidating both functions in one requires one more check for I915_HAS_HOTPLUG(dev) in the i965 code path and one more check for IS_G4X(dev) in the i915 code path. These are considered harmless. Signed-off-by: Egbert Eich Acked-by: Chris Wilson [danvet: Fixup patch conflict and make it compile.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed