[PATCH 06/18] drm: remove drm_dev_to_irq from drivers

2014-04-17 Thread Thierry Reding
On Fri, Apr 11, 2014 at 11:36:03PM +0200, Daniel Vetter wrote: > Only used in some legacy pci drivers, and dereferncing 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 so

[PATCH 06/18] drm: remove drm_dev_to_irq from drivers

2014-04-11 Thread Daniel Vetter
Only used in some legacy pci drivers, and dereferncing 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. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_irq.c