From: Daniel Vetter Date: Sun, 3 Nov 2013 20:09:27 +0000 (+0100) Subject: drm: pass the irq explicitly to drm_irq_install X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~59^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8;p=pandora-kernel.git drm: pass the irq explicitly to drm_irq_install Unfortunately this requires a drm-wide change, and I didn't see a sane way around that. Luckily it's fairly simple, we just need to inline the respective get_irq implementation from either drm_pci.c or drm_platform.c. With that we can now also remove drm_dev_to_irq from drm_irq.c. Reviewed-by: Thierry Reding Reviewed-by: Laurent Pinchart Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed