commit | ebfa4324930618e72645d2eb7db1c9773228a868 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Nov 03 20:27:09 2013 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Apr 22 11:41:12 2014 +0200 |
tree | 19a540bb6aee83ea98a3436ca82cad8dfed7984f | |
parent | e090c53b21e97864a25ada5c8437d9776978a050 [diff] |
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 <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>