From: Daniel Vetter Date: Sun, 3 Nov 2013 19:27:09 +0000 (+0100) Subject: drm: remove drm_dev_to_irq from drivers X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~59^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebfa4324930618e72645d2eb7db1c9773228a868;p=pandora-kernel.git drm: remove drm_dev_to_irq from drivers Only used in some legacy pci drivers, and dereferencing the PCI irq is actually shorter ... Since this removes all users for drm_dev_to_irq from the tree except in drm_irq.c, move the inline helper in there. It'll disappear soon, too. v2: Polish commit message (Thierry) Reviewed-by: Thierry Reding Reviewed-by: Laurent Pinchart Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed